Clean up indentation.

This commit is contained in:
Gunnar Beutner 2013-10-24 07:38:29 +02:00
parent 963dccfac8
commit 7c933f7063
2 changed files with 4 additions and 4 deletions

View 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"

View 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"