Reformat code to KNF

This commit is contained in:
Guillem Jover
2010-01-10 11:02:13 +01:00
parent 2872bfa151
commit abe0a4a7e6
4 changed files with 35 additions and 34 deletions

View File

@@ -33,13 +33,13 @@
static char *__progname = NULL;
char *
getprogname ()
getprogname()
{
return __progname;
return __progname;
}
void
setprogname (char *new)
setprogname(char *new)
{
__progname = new;
__progname = new;
}