summaryrefslogtreecommitdiff
path: root/src/win32.mak
diff options
context:
space:
mode:
authorPeter Eisentraut2010-11-23 20:27:50 +0000
committerPeter Eisentraut2010-11-23 20:34:55 +0000
commitfc946c39aeacdff7df60c83fca6582985e8546c8 (patch)
tree866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /src/win32.mak
parent44475e782f4674d257b9e5c1a3930218a4b4deea (diff)
Remove useless whitespace at end of lines
Diffstat (limited to 'src/win32.mak')
-rw-r--r--src/win32.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/win32.mak b/src/win32.mak
index 05ed2db1149..7bbc988ff61 100644
--- a/src/win32.mak
+++ b/src/win32.mak
@@ -5,11 +5,11 @@
!IF "$(OS)" == "Windows_NT"
NULL=
-!ELSE
+!ELSE
NULL=nul
-!ENDIF
+!ENDIF
-ALL:
+ALL:
cd include
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
if not exist pg_config_os.h copy port\win32.h pg_config_os.h