mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-20 22:31:34 +02:00
Reformat code to KNF
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user