summaryrefslogtreecommitdiff
path: root/tests/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fcntl.c')
-rw-r--r--tests/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fcntl.c b/tests/fcntl.c
index 210e97275..bd9ffbdd5 100644
--- a/tests/fcntl.c
+++ b/tests/fcntl.c
@@ -28,7 +28,7 @@ test_flock64_undecoded(const int cmd, const char *name)
TEST_SYSCALL_STR, name, &fl, errstr);
}
-#define TEST_FLOCK64_UNDECODED(cmd) test_flock64_undecoded(cmd, #cmd)
+# define TEST_FLOCK64_UNDECODED(cmd) test_flock64_undecoded(cmd, #cmd)
static void
test_flock64_lk64(void)