summaryrefslogtreecommitdiff
path: root/Tests/CTestTestCostSerial/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestCostSerial/sleep.c')
-rw-r--r--Tests/CTestTestCostSerial/sleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestCostSerial/sleep.c b/Tests/CTestTestCostSerial/sleep.c
index b7abe946b..8a174c9b8 100644
--- a/Tests/CTestTestCostSerial/sleep.c
+++ b/Tests/CTestTestCostSerial/sleep.c
@@ -1,7 +1,7 @@
#if defined(_WIN32)
-#include <windows.h>
+# include <windows.h>
#else
-#include <unistd.h>
+# include <unistd.h>
#endif
/* sleeps for 1 second */