diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-23 21:08:56 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-23 21:08:56 +0000 |
commit | fb5e24d6834fd2d2726990ec4a844ab038d5a4a8 (patch) | |
tree | d33c877d79e4509b7f5c6c2128fa81fd6cf1a4f6 | |
parent | 119f638eda6541569b4ba4d567518fe06f2d3685 (diff) |
Clean up the indenting here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7517 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 858862e9d..dbfbc1797 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -16,17 +16,16 @@ #include <signal.h> #ifndef WIN32 -#include <dirent.h> -#include <unistd.h> -#include <sys/resource.h> -#include <dlfcn.h> -#include <getopt.h> - -/* Some systems don't define RUSAGE_SELF. This should fix them. */ -#ifndef RUSAGE_SELF - #define RUSAGE_SELF 0 -#endif - + #include <dirent.h> + #include <unistd.h> + #include <sys/resource.h> + #include <dlfcn.h> + #include <getopt.h> + + /* Some systems don't define RUSAGE_SELF. This should fix them. */ + #ifndef RUSAGE_SELF + #define RUSAGE_SELF 0 + #endif #endif #include <exception> |