style: whitespace fixes
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
parent
ce28f6ca90
commit
f7403ce6c6
2
cal.c
2
cal.c
|
@ -76,7 +76,6 @@ drawcal(int year, int month, int day, int ncols, int nmons, int fday)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
dayofweek(int year, int month, int day, int fday)
|
dayofweek(int year, int month, int day, int fday)
|
||||||
{
|
{
|
||||||
|
@ -105,7 +104,6 @@ isleap(int year)
|
||||||
return leap;
|
return leap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
|
|
1
paste.c
1
paste.c
|
@ -103,7 +103,6 @@ main(int argc, char *argv[])
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static size_t
|
static size_t
|
||||||
unescape(wchar_t *delim)
|
unescape(wchar_t *delim)
|
||||||
{
|
{
|
||||||
|
|
2
split.c
2
split.c
|
@ -96,7 +96,6 @@ Nextfile:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -105,7 +104,6 @@ usage(void)
|
||||||
eprintf("usage: split [-d] [-a len] [-b [bytes[k|m|g]]] [-l [lines]] [input [prefix]]\n");
|
eprintf("usage: split [-d] [-a len] [-b [bytes[k|m|g]]] [-l [lines]] [input [prefix]]\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
itostr(char *str, int x, int n)
|
itostr(char *str, int x, int n)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user