summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-03 21:34:23 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-03 21:34:23 +0100
commit93ba9f6d91b08bc7e121ac494f514a2837f62a75 (patch)
tree1ac8c5ce1ec9ae4704d5f6cd65472327529cf5f5
parent24cd78c7571cc364dbe0c9764560f49e67d98176 (diff)
downloadxmobar-93ba9f6d91b08bc7e121ac494f514a2837f62a75.tar.gz
xmobar-93ba9f6d91b08bc7e121ac494f514a2837f62a75.tar.bz2
Whitespace
-rw-r--r--src/StatFS.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StatFS.hsc b/src/StatFS.hsc
index 21ee731..6bb8ec4 100644
--- a/src/StatFS.hsc
+++ b/src/StatFS.hsc
@@ -27,7 +27,7 @@ import Data.ByteString.Char8 (pack)
# include <sys/param.h>
# include <sys/mount.h>
#else
-#include <sys/vfs.h>
+# include <sys/vfs.h>
#endif
data FileSystemStats = FileSystemStats {
@@ -47,7 +47,7 @@ data FileSystemStats = FileSystemStats {
data CStatfs
-#if defined(__FreeBSD__)
+#if defined (__FreeBSD__)
foreign import ccall unsafe "sys/mount.h statfs"
#else
foreign import ccall unsafe "sys/vfs.h statfs64"