| commit | 2662768efe599f6bb43c4310177e30f56b601bb7 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Jul 08 18:15:32 2011 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Oct 06 14:17:17 2011 +0200 |
| tree | d19bcb579a4d1adf23e0d938ba3fd353493703e2 | |
| parent | 3d7e4b8d6119c1cda159e2665b40b6dcd4052e85 [diff] [blame] |
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;