Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit443f217

Browse files
author
Neil Conway
committed
Fix weird indentation of function return type.
1 parentc0ac38d commit443f217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/ps_status.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* to contain some useful information. Mechanism differs wildly across
66
* platforms.
77
*
8-
* $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.23 2005/01/01 05:43:08 momjian Exp $
8+
* $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.24 2005/05/24 07:16:27 neilc Exp $
99
*
1010
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
1111
* various details abducted from various places
@@ -130,7 +130,7 @@ static void pgwin32_update_ident(char *ident)
130130
* environment strings may be moved, so this should be called before any code
131131
* that might try to hang onto a getenv() result.)
132132
*/
133-
char**
133+
char**
134134
save_ps_display_args(intargc,char**argv)
135135
{
136136
save_argc=argc;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp