Fix weird indentation of function return type.
authorNeil Conway <[email protected]>
Tue, 24 May 2005 07:16:27 +0000 (07:16 +0000)
committerNeil Conway <[email protected]>
Tue, 24 May 2005 07:16:27 +0000 (07:16 +0000)
src/backend/utils/misc/ps_status.c

index 50fe78cc81dd4e3f8efddd9d0f2e9a486e2d9e57..a5e35228de29fe6d1d67159919ea5e6b21e8800f 100644 (file)
@@ -130,7 +130,7 @@ static void pgwin32_update_ident(char *ident)
  * environment strings may be moved, so this should be called before any code
  * that might try to hang onto a getenv() result.)
  */
-char     **
+char **
 save_ps_display_args(int argc, char **argv)
 {
        save_argc = argc;