about summary refs log tree commit diff
path: root/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fcntl.h')
-rw-r--r--include/fcntl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index ebd5c304..e683e4dc 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -21,8 +21,7 @@ extern "C" {
 
 #include <bits/fcntl.h>
 
-struct flock
-{
+struct flock {
 	short l_type;
 	short l_whence;
 	off_t l_start;