diff options
| -rw-r--r-- | man7/fanotify.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 3c49623a1f..9439c9fd06 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -804,7 +804,7 @@ handle_events(int fd) /* Loop while events can be read from fanotify file descriptor */ - for(;;) { + for (;;) { /* Read some events */ |
