aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_proc_service.h
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2018-10-01 10:37:39 +0100
committerGary Benson <gbenson@redhat.com>2018-10-01 10:37:39 +0100
commit3795e814428a269a3528d3d9a86da957449fc5b6 (patch)
tree79f3dec984ec902da4653cb4f9ddc6bc4136f7a0 /gdb/gdb_proc_service.h
parent4176f14d9c9e509425bffc01404c751e238b1f01 (diff)
downloadgdb-3795e814428a269a3528d3d9a86da957449fc5b6.zip
gdb-3795e814428a269a3528d3d9a86da957449fc5b6.tar.gz
gdb-3795e814428a269a3528d3d9a86da957449fc5b6.tar.bz2
gdb_proc_service.h comment and whitespace synchronization
This commit updates comments and whitespace in GDB's and gdbserver's gdb_proc_service.h. gdb/ChangeLog: * gdb_proc_service.h: Whitespace change. gdb/gdbserver/ChangeLog: * gdb_proc_service.h: Synchronize comments and whitespace with GDB's version of this file.
Diffstat (limited to 'gdb/gdb_proc_service.h')
-rw-r--r--gdb/gdb_proc_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_proc_service.h b/gdb/gdb_proc_service.h
index 41175a6..39f0e03 100644
--- a/gdb/gdb_proc_service.h
+++ b/gdb/gdb_proc_service.h
@@ -70,7 +70,7 @@ EXTERN_C_PUSH
typedef enum
{
PS_OK, /* Generic "call succeeded". */
- PS_ERR, /* Generic error. */
+ PS_ERR, /* Generic error. */
PS_BADPID, /* Bad process handle. */
PS_BADLID, /* Bad LWP identifier. */
PS_BADADDR, /* Bad address. */