Remove trailing spaces on some lines

This commit is contained in:
R. Bernstein
2008-12-07 08:12:47 -05:00
parent 4bf77edf06
commit a0414ce2ed

View File

@@ -104,7 +104,7 @@ main(int argc, const char *argv[])
} }
} }
else if (0 == strncmp("CYGWIN", utsname.sysname, sizeof("CYGWIN"))) else if (0 == strncmp("CYGWIN", utsname.sysname, sizeof("CYGWIN")))
{ {
if (!cdio_have_driver(DRIVER_WIN32)) if (!cdio_have_driver(DRIVER_WIN32))
{ {
@@ -115,7 +115,7 @@ main(int argc, const char *argv[])
printf("Good! You have the Win32 driver installed.\n"); printf("Good! You have the Win32 driver installed.\n");
} }
} }
else if (0 == strncmp("Darwin", utsname.sysname, sizeof("Darwin"))) else if (0 == strncmp("Darwin", utsname.sysname, sizeof("Darwin")))
{ {
if (!cdio_have_driver(DRIVER_OSX)) if (!cdio_have_driver(DRIVER_OSX))
{ {
@@ -126,9 +126,9 @@ main(int argc, const char *argv[])
printf("Good! You have the OS/X driver installed.\n"); printf("Good! You have the OS/X driver installed.\n");
} }
} }
else if (0 == strncmp("NetBSD", utsname.sysname, sizeof("NetBSD"))) else if (0 == strncmp("NetBSD", utsname.sysname, sizeof("NetBSD")))
{ {
if (!cdio_have_driver(DRIVER_NETBSD)) if (!cdio_have_driver(DRIVER_NETBSD))
{ {
fprintf(stderr, fprintf(stderr,
"You should have been able to get NetBSD driver\n"); "You should have been able to get NetBSD driver\n");