From 3795e814428a269a3528d3d9a86da957449fc5b6 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 1 Oct 2018 10:37:39 +0100 Subject: 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. --- gdb/gdb_proc_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gdb_proc_service.h') 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. */ -- cgit v1.1