Explorar el Código

small stylistic fix

arg@10ksloc.org hace 19 años
padre
commit
8f698bd4cc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      util.c

+ 2 - 1
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);