mirror of
git://git.suckless.org/dwm
synced 2025-08-13 19:25:56 -07:00
small stylistic fix
This commit is contained in:
3
util.c
3
util.c
@@ -30,7 +30,8 @@ emallocz(unsigned int size)
|
||||
}
|
||||
|
||||
void
|
||||
eprint(const char *errstr, ...) {
|
||||
eprint(const char *errstr, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, errstr);
|
||||
|
Reference in New Issue
Block a user