Răsfoiți Sursa

xlog: clang-format for coherent indentation and coding style

Victor Seva 2 ani în urmă
părinte
comite
0e0f42ae1e
3 a modificat fișierele cu 288 adăugiri și 291 ștergeri
  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
-

Fișier diff suprimat deoarece este prea mare
+ 286 - 286
src/modules/xlog/xlog.c


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff