changeset 466:bdee04d21282

Preprocessor stuff indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 02:35:18 +0300
parents 6d44592cdab1
children b92b18500bf9
files th_util.h
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.h	Sat Jun 02 03:54:14 2018 +0300
+++ b/th_util.h	Mon Jun 04 02:35:18 2018 +0300
@@ -25,19 +25,19 @@
 #include <unistd.h>
 #include <sys/types.h>
 #ifndef HAVE_NO_ASSERT
-#include <assert.h>
+#  include <assert.h>
 #endif
 
 #ifdef HAVE_STRING_H
-#include <string.h>
+#  include <string.h>
 #else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
+#  ifdef HAVE_STRINGS_H
+#    include <strings.h>
+#  endif
 #endif
 
 #ifdef HAVE_MEMORY_H
-#include <memory.h>
+#  include <memory.h>
 #endif
 
 
@@ -46,11 +46,11 @@
 #endif
 
 #ifdef TH_NO_DEFAULTS
-#define TH_PROG_AUTHOR      NULL
-#define TH_PROG_LICENSE     NULL
+#  define TH_PROG_AUTHOR      NULL
+#  define TH_PROG_LICENSE     NULL
 #else
-#define TH_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2018 TNSP"
-#define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
+#  define TH_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2018 TNSP"
+#  define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
 #endif