소스 검색

enter extra eol before return

Peter K 4 년 전
부모
커밋
165f664f7d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }