Kaynağa Gözat

small stylistic fix

arg@10ksloc.org 19 yıl önce
ebeveyn
işleme
8f698bd4cc
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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);