mirror of https://github.com/Icinga/icinga2.git
Clean up indentation.
This commit is contained in:
parent
963dccfac8
commit
7c933f7063
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue