aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar w00t2007-07-23 21:08:56 +0000
committerGravatar w00t2007-07-23 21:08:56 +0000
commitfb5e24d6834fd2d2726990ec4a844ab038d5a4a8 (patch)
treed33c877d79e4509b7f5c6c2128fa81fd6cf1a4f6 /src/inspircd.cpp
parentFix a bug reported downstream regarding cloaking keys (diff)
Clean up the indenting here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7517 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp19
1 files changed, 9 insertions, 10 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>