From: Neil Conway Date: Tue, 24 May 2005 07:16:27 +0000 (+0000) Subject: Fix weird indentation of function return type. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5a59582c0a48ff17bb01d8b7dd73e986ce1ca1af;p=users%2Fbernd%2Fpostgres.git Fix weird indentation of function return type. --- diff --git a/src/backend/utils/misc/ps_status.c b/src/backend/utils/misc/ps_status.c index 50fe78cc81..a5e35228de 100644 --- a/src/backend/utils/misc/ps_status.c +++ b/src/backend/utils/misc/ps_status.c @@ -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;