summaryrefslogtreecommitdiff
path: root/src/port/sprompt.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
committerBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
commit886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch)
tree0f837485442f44abfb64f8867bbfd06dfad50346 /src/port/sprompt.c
parenta3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff)
downloadpostgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/port/sprompt.c')
-rw-r--r--src/port/sprompt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port/sprompt.c b/src/port/sprompt.c
index 38d7628a60..4120acf914 100644
--- a/src/port/sprompt.c
+++ b/src/port/sprompt.c
@@ -57,7 +57,6 @@ simple_prompt(const char *prompt, int maxlen, bool echo)
return NULL;
#ifdef WIN32
-
/*
* A Windows console has an "input code page" and an "output code page";
* these usually match each other, but they rarely match the "Windows ANSI
@@ -86,7 +85,6 @@ simple_prompt(const char *prompt, int maxlen, bool echo)
#endif
if (!termin || !termout
#ifdef WIN32
-
/*
* Direct console I/O does not work from the MSYS 1.0.10 console. Writes
* reach nowhere user-visible; reads block indefinitely. XXX This affects