1
0
Selaa lähdekoodia

enter extra eol before return

Peter K 4 vuotta sitten
vanhempi
commit
165f664f7d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      faux/log/log.c

+ 1 - 0
faux/log/log.c

@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
 			return 0;
 		}
 	}
+
 	return -1;
 }