1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

C comments: remove odd blank lines after #ifdef WIN32 lines

This commit is contained in:
Bruce Momjian
2014-03-13 01:34:42 -04:00
parent a3115f0d9e
commit 886c0be3f6
17 changed files with 1 additions and 27 deletions

View File

@@ -2057,7 +2057,6 @@ write_console(const char *line, int len)
int rc;
#ifdef WIN32
/*
* Try to convert the message to UTF16 and write it with WriteConsoleW().
* Fall back on write() if anything fails.
@@ -2887,7 +2886,6 @@ send_message_to_server_log(ErrorData *edata)
if (redirection_done && !am_syslogger)
write_pipe_chunks(buf.data, buf.len, LOG_DESTINATION_STDERR);
#ifdef WIN32
/*
* In a win32 service environment, there is no usable stderr. Capture
* anything going there and write it to the eventlog instead.