Browse Source

times.c: whitespace only

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 13 years ago
parent
commit
84dd1527aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/sysdeps/linux/common/times.c

+ 0 - 1
libc/sysdeps/linux/common/times.c

@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <sys/times.h>
 
-
 _syscall_noerr1(clock_t, times, struct tms *, buf)
 libc_hidden_def(times)