Improve indentation to avoid this kind of thing from happening again.
authorWouter Verhelst <w@uter.be>
Tue, 6 Dec 2011 08:46:07 +0000 (09:46 +0100)
committerWouter Verhelst <w@uter.be>
Tue, 6 Dec 2011 08:46:07 +0000 (09:46 +0100)
lfs.h

diff --git a/lfs.h b/lfs.h
index 68d3b810d73d0649870c1f1453a68a9d5202414b..ff39691c9ca0b57e084aa1e6d5857602f12b2dca 100644 (file)
--- a/lfs.h
+++ b/lfs.h
@@ -3,17 +3,17 @@
 
 #include "config.h"
 #if NBD_LFS
-#define _FILE_OFFSET_BITS 64
-#ifndef _LARGEFILE_SOURCE
-#define _LARGEFILE_SOURCE
-#endif
-#define PARAM_OFFT PARAM_INT64
+# define _FILE_OFFSET_BITS 64
+# ifndef _LARGEFILE_SOURCE
+#  define _LARGEFILE_SOURCE
+# endif
+# define PARAM_OFFT PARAM_INT64
 #else
-#define PARAM_OFFT PARAM_INT
+# define PARAM_OFFT PARAM_INT
 #endif /* NBD_LFS */
 #ifdef HAVE_SYNC_FILE_RANGE
-#define USE_SYNC_FILE_RANGE
-#define _GNU_SOURCE
+# define USE_SYNC_FILE_RANGE
+# define _GNU_SOURCE
 #endif /* HAVE_SYNC_FILE_RANGE */
 
 #endif /* LFS_H */