summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
commit64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch)
treeaefb113b164ae28daefaf0405ca5e96fb421781f /win32
parenta80b07e7fb8feec668a435101659e3ed94015a23 (diff)
downloadsyslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz
Stealth whitespace cleanup (automated)
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/syslinux.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7843819d..c811a5c2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -20,7 +20,7 @@
OSTYPE = $(shell uname -msr)
ifeq ($(findstring CYGWIN,$(OSTYPE)),CYGWIN)
WINCC = gcc
-WINAR = ar
+WINAR = ar
WINRANLIB = ranlib
WINCFLAGS = -mno-cygwin -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
WINPIC =
diff --git a/win32/syslinux.c b/win32/syslinux.c
index 613b1fc1..6b48d5b9 100644
--- a/win32/syslinux.c
+++ b/win32/syslinux.c
@@ -461,7 +461,7 @@ int main(int argc, char *argv[])
new_ldlinux_name[0] = drive[0];
new_ldlinux_name[1] = ':';
new_ldlinux_name[2] = '\\';
-
+
for (sd = subdir; *sd; sd++) {
char c = *sd;
@@ -476,7 +476,7 @@ int main(int argc, char *argv[])
*cp++ = c;
}
-
+
/* Skip if subdirectory == root */
if (cp > new_ldlinux_name+3) {
if (!slash)