mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user