diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-02 17:54:51 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-02 17:54:51 +0000 |
commit | feab8e7503d4a63f1db2090dbf27d86be617ded0 (patch) | |
tree | fcec1e43205e3b44ea364daa293b05ca407a6bad | |
parent | 2d417002bb62d294165cb3371f84bca61d769612 (diff) | |
download | irssi-feab8e7503d4a63f1db2090dbf27d86be617ded0.zip |
Fix indentation.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4696 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/common.h | 4 |
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> |