diff options
| author | Bruce Momjian | 2014-03-13 05:34:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2014-03-13 05:34:42 +0000 |
| commit | 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch) | |
| tree | 0f837485442f44abfb64f8867bbfd06dfad50346 /src/backend/main | |
| parent | a3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff) | |
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/backend/main')
| -rw-r--r-- | src/backend/main/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c index 98da177de94..a8ab4c4ab6f 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -107,7 +107,6 @@ main(int argc, char *argv[]) set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("postgres")); #ifdef WIN32 - /* * Windows uses codepages rather than the environment, so we work around * that by querying the environment explicitly first for LC_COLLATE and @@ -183,7 +182,6 @@ main(int argc, char *argv[]) #endif #ifdef WIN32 - /* * Start our win32 signal implementation * |
