Coding style nits
diff --git a/sysdeps/linux-gnu/events.c b/sysdeps/linux-gnu/events.c
index fd19e71..fa7c82b 100644
--- a/sysdeps/linux-gnu/events.c
+++ b/sysdeps/linux-gnu/events.c
@@ -14,7 +14,8 @@
 static Event event;
 
 Event *
-next_event(void) {
+next_event(void)
+{
 	pid_t pid;
 	int status;
 	int tmp;