summaryrefslogtreecommitdiff
path: root/tests/test-fcntl-h.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fcntl-h.c')
-rw-r--r--tests/test-fcntl-h.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-fcntl-h.c b/tests/test-fcntl-h.c
index a1f086676e..c6546be028 100644
--- a/tests/test-fcntl-h.c
+++ b/tests/test-fcntl-h.c
@@ -22,8 +22,8 @@
/* Check that the various O_* macros are defined. */
int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK
- | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC | O_TTY_INIT
- | O_BINARY | O_TEXT;
+ | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC | O_TTY_INIT
+ | O_BINARY | O_TEXT;
/* Check that the various SEEK_* macros are defined. */
int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };