changeset 989:d66b0b6c8bf8

Indentation cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Feb 2015 04:24:13 +0200
parents 027083293a8e
children 76f3961a044b
files src/dmres.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
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