Explorar el Código

enter extra eol before return

Peter K hace 4 años
padre
commit
165f664f7d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }