]> granicus.if.org Git - icinga2/commitdiff
Clean up indentation.
authorGunnar Beutner <gunnar@beutner.name>
Thu, 24 Oct 2013 05:38:29 +0000 (07:38 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 24 Oct 2013 05:38:29 +0000 (07:38 +0200)
lib/icinga/nullchecktask.cpp
lib/icinga/randomchecktask.cpp

index eb0d5a0eaf76879699e70193eee187ab883dff24..b4fcdae2b872496141ef91ab1bc69566708d4e7c 100644 (file)
@@ -18,8 +18,8 @@
  ******************************************************************************/
 
 #ifndef _WIN32
-#include <stdlib.h>
-#endif
+#      include <stdlib.h>
+#endif /* _WIN32 */
 #include "icinga/nullchecktask.h"
 #include "base/utility.h"
 #include "base/convert.h"
index 1b6ac3adad077e3b95dfdca65b874fb269de9e19..cdbb4bc148adb7a3226a793c4081be4b1016d764 100644 (file)
@@ -18,8 +18,8 @@
  ******************************************************************************/
 
 #ifndef _WIN32
-#include <stdlib.h>
-#endif
+#      include <stdlib.h>
+#endif /* _WIN32 */
 #include "icinga/randomchecktask.h"
 #include "base/utility.h"
 #include "base/convert.h"