浏览代码

xlog: clang-format for coherent indentation and coding style

Victor Seva 2 年之前
父节点
当前提交
0e0f42ae1e
共有 3 个文件被更改,包括 288 次插入291 次删除
  1. 1 3
      src/modules/xlog/xl_lib.c
  2. 1 2
      src/modules/xlog/xl_lib.h
  3. 286 286
      src/modules/xlog/xlog.c

+ 1 - 3
src/modules/xlog/xl_lib.c

@@ -32,9 +32,7 @@
 
 #include "xl_lib.h"
 
-int xl_print_log(struct sip_msg* msg, pv_elem_p list, char *buf, int *len)
+int xl_print_log(struct sip_msg *msg, pv_elem_p list, char *buf, int *len)
 {
 	return pv_printf(msg, list, buf, len);
 }
-
-

+ 1 - 2
src/modules/xlog/xl_lib.h

@@ -29,7 +29,6 @@
 
 #include "../../core/pvar.h"
 
-int xl_print_log(struct sip_msg* msg, pv_elem_p log, char *buf, int *len);
+int xl_print_log(struct sip_msg *msg, pv_elem_p log, char *buf, int *len);
 
 #endif
-

文件差异内容过多而无法显示
+ 286 - 286
src/modules/xlog/xlog.c


部分文件因为文件数量过多而无法显示