Whitespace after keywords per style(9).
This commit is contained in:
parent
4615eb20c3
commit
def6489df6
@ -47,8 +47,8 @@ time(t)
|
||||
struct timeval tt;
|
||||
|
||||
if (gettimeofday(&tt, (struct timezone *)0) < 0)
|
||||
return(-1);
|
||||
return (-1);
|
||||
if (t)
|
||||
*t = tt.tv_sec;
|
||||
return(tt.tv_sec);
|
||||
return (tt.tv_sec);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user