# HG changeset patch # User Matti Hamalainen # Date 1528068918 -10800 # Node ID bdee04d21282410537ec94e94a217ea3f50daf9b # Parent 6d44592cdab1532a631046fe568be0fe165c9433 Preprocessor stuff indentation. diff -r 6d44592cdab1 -r bdee04d21282 th_util.h --- 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 #include #ifndef HAVE_NO_ASSERT -#include +# include #endif #ifdef HAVE_STRING_H -#include +# include #else -#ifdef HAVE_STRINGS_H -#include -#endif +# ifdef HAVE_STRINGS_H +# include +# endif #endif #ifdef HAVE_MEMORY_H -#include +# include #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