Browse Source

enter extra eol before return

Peter K 4 years ago
parent
commit
165f664f7d
1 changed files with 1 additions and 0 deletions
  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;
 }