diff src/dmres.c @ 989:d66b0b6c8bf8

Indentation cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Feb 2015 04:24:13 +0200
parents 985225a93aeb
children 5bcd219ddde3
line wrap: on
line diff
--- a/src/dmres.c	Fri Feb 27 20:18:53 2015 +0200
+++ b/src/dmres.c	Sat Feb 28 04:24:13 2015 +0200
@@ -8,14 +8,14 @@
 #include <time.h>
 
 #ifdef DM_USE_PACKFS
-#include <zlib.h>
+#    include <zlib.h>
 #endif
 
 #ifdef DM_USE_STDIO
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <dirent.h>
+#    include <sys/types.h>
+#    include <sys/stat.h>
+#    include <unistd.h>
+#    include <dirent.h>
 #endif