Fix style

This broke sbase-box because it assumes that main(...) starts on
a separate line.
This commit is contained in:
sin 2015-02-20 10:24:11 +00:00
parent 76e6aacd60
commit 028b0c206f
1 changed files with 2 additions and 1 deletions

3
find.c
View File

@ -1003,7 +1003,8 @@ usage(void)
eprintf("usage: %s [-H|-L] path... [expression...]\n", argv0);
}
int main(int argc, char **argv)
int
main(int argc, char **argv)
{
char **paths;
int npaths;