| commit | f13505251e6402460f6cc7ec84e0d8ca91607b4f | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Tue Dec 16 18:19:58 2008 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Tue Dec 16 18:19:58 2008 +0100 |
| tree | 883ded52fe552220b5500f761f8e3031de22c043 | |
| parent | 7dd291227d81d3bc32c67e90fb7f7c51c76f39dd [diff] [blame] |
Re-indent entry points to functions
diff --git a/sysdeps/linux-gnu/proc.c b/sysdeps/linux-gnu/proc.c index 201fb6d..61e202e 100644 --- a/sysdeps/linux-gnu/proc.c +++ b/sysdeps/linux-gnu/proc.c
@@ -18,8 +18,8 @@ /* * Returns a file name corresponding to a running pid */ -char *pid2name(pid_t pid) -{ +char * +pid2name(pid_t pid) { char proc_exe[1024]; if (!kill(pid, 0)) {