changeset 649:a190b618100a

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Jan 2015 06:44:05 +0200
parents a9d25e083f44
children 98f5d15d5ec4
files main.c
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Mon Jan 26 05:22:12 2015 +0200
+++ b/main.c	Mon Jan 26 06:44:05 2015 +0200
@@ -11,18 +11,18 @@
 #include <unistd.h>
 #include <fcntl.h>
 #ifdef __WIN32
-#include <shlwapi.h>
-#include <shfolder.h>
+#  include <shlwapi.h>
+#  include <shfolder.h>
 #else
-#include <sys/wait.h>
-#include <sys/stat.h>
-#include <sys/types.h>
+#  include <sys/wait.h>
+#  include <sys/stat.h>
+#  include <sys/types.h>
 #endif
 
 #ifdef __WIN32
-#define SET_CONFIG_FILE    "nnchat.txt"
-#define SET_LOG_DIR        "NNChat Log Files"
-#define SET_DIR_SEPARATOR  '\\'
+#  define SET_CONFIG_FILE    "nnchat.txt"
+#  define SET_LOG_DIR        "NNChat Log Files"
+#  define SET_DIR_SEPARATOR  '\\'
 #else
 #define SET_CONFIG_FILE    ".nnchat"
 #define SET_LOG_DIR        "nnlogs"