Fix style
This broke sbase-box because it assumes that main(...) starts on a separate line.
This commit is contained in:
parent
76e6aacd60
commit
028b0c206f
3
find.c
3
find.c
|
@ -1003,7 +1003,8 @@ usage(void)
|
||||||
eprintf("usage: %s [-H|-L] path... [expression...]\n", argv0);
|
eprintf("usage: %s [-H|-L] path... [expression...]\n", argv0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int
|
||||||
|
main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
char **paths;
|
char **paths;
|
||||||
int npaths;
|
int npaths;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user