浏览代码

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;
 }