mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
C comments: remove odd blank lines after #ifdef WIN32 lines
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user