Skip to content

Commit 661a3d8

Browse files
committed
lint
1 parent 7ccd805 commit 661a3d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/rebound.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
#include <stdio.h>
2626
#include <string.h>
2727
#ifdef _WIN32
28-
#include <io.h>
29-
#define isatty _isatty
30-
#define STDERR_FILENO 2
28+
#include <io.h>
29+
#define isatty _isatty
30+
#define STDERR_FILENO 2
3131
#else
32-
#include <unistd.h>
32+
#include <unistd.h>
3333
#endif
3434
#include "rebound.h"
3535
#include "rebound_internal.h"

0 commit comments

Comments
 (0)