summaryrefslogtreecommitdiff
path: root/dos
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 /dos
parenta80b07e7fb8feec668a435101659e3ed94015a23 (diff)
downloadsyslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz
Stealth whitespace cleanup (automated)
Diffstat (limited to 'dos')
-rw-r--r--dos/syslinux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dos/syslinux.c b/dos/syslinux.c
index 31fb9050..94c30fa5 100644
--- a/dos/syslinux.c
+++ b/dos/syslinux.c
@@ -157,7 +157,7 @@ void write_device(int drive, const void *buf, size_t nsecs, unsigned int sector)
struct diskio dio;
dprintf("write_device(%d,%p,%u,%u)\n", drive, buf, nsecs, sector);
-
+
dio.startsector = sector;
dio.sectors = nsecs;
dio.bufoffs = (uintptr_t)buf;
@@ -601,7 +601,7 @@ int main(int argc, char *argv[])
new_ldlinux_name[0] = dev_fd | 0x40;
new_ldlinux_name[1] = ':';
new_ldlinux_name[2] = '\\';
-
+
for (sd = subdir; *sd; sd++) {
char c = *sd;
@@ -616,7 +616,7 @@ int main(int argc, char *argv[])
*cp++ = c;
}
-
+
/* Skip if subdirectory == root */
if (cp > new_ldlinux_name+3) {
if (!slash)