code style

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma
2014-06-01 14:59:47 +02:00
committed by sin
parent 97ca7c8b6d
commit 953ebf3573
35 changed files with 58 additions and 94 deletions

4
tail.c
View File

@@ -52,7 +52,7 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
}
void
static void
dropinit(FILE *fp, const char *str, long n)
{
char buf[BUFSIZ];
@@ -64,7 +64,7 @@ dropinit(FILE *fp, const char *str, long n)
concat(fp, str, stdout, "<stdout>");
}
void
static void
taketail(FILE *fp, const char *str, long n)
{
char **ring;