소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.