summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-10-21 15:35:36 -0400
committerR. Bernstein <rocky@gnu.org>2012-10-21 15:35:36 -0400
commit51860ff8d529497f94e7678cba9b5684990b153c (patch)
treeecb37b00b30cf5b3b64b58ab8c3283cd03d232fd
parent699df39abd02525d8680aee08e9380ca136bfd04 (diff)
Small stuff: Indent win32_ioctl.c defines. ignore all ~'s
-rw-r--r--.gitignore2
-rwxr-xr-xlib/driver/MSWindows/win32_ioctl.c18
2 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index dd9ba4a2..ca752746 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/*~
+*~
/ChangeLog
/Makefile
/Makefile.in
diff --git a/lib/driver/MSWindows/win32_ioctl.c b/lib/driver/MSWindows/win32_ioctl.c
index 39e59110..e63df261 100755
--- a/lib/driver/MSWindows/win32_ioctl.c
+++ b/lib/driver/MSWindows/win32_ioctl.c
@@ -31,15 +31,15 @@
# include "NtScsi.h"
# include "undocumented.h"
#else
-#if defined (__MINGW64__)
-# define _NTSRB_ /* Bad things happen if srb.h gets included */
-# include <windows.h>
-# include <ntddcdrm.h>
-# include <ntddscsi.h>
-#else
-# include <ddk/ntddcdrm.h>
-# include <ddk/ntddscsi.h>
-#endif
+# if defined (__MINGW64__)
+# define _NTSRB_ /* Bad things happen if srb.h gets included */
+# include <windows.h>
+# include <ntddcdrm.h>
+# include <ntddscsi.h>
+# else
+# include "ntddcdrm.h"
+# include "ntddscsi.h"
+# endif
# include <ddk/scsi.h>
#endif