summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-02-02 17:54:51 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-02-02 17:54:51 +0000
commitfeab8e7503d4a63f1db2090dbf27d86be617ded0 (patch)
treefcec1e43205e3b44ea364daa293b05ca407a6bad /src/common.h
parent2d417002bb62d294165cb3371f84bca61d769612 (diff)
downloadirssi-feab8e7503d4a63f1db2090dbf27d86be617ded0.zip
Fix indentation.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4696 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index a2894a50..78d38d6e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -20,8 +20,8 @@
#include <stddef.h>
#include <stdarg.h>
#include <ctype.h>
-# ifdef HAVE_STRING_H
-#include <string.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>