]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_speed.c
Add an astylerc file and reformat all code.
[meshlink] / src / sptps_speed.c
index c27683b57ab8e69d19bc9ae1d9116680c2cb355d..673efd252b080032af12cdfbf67c625ac7020cfd 100644 (file)
 #include "sptps.h"
 
 // Symbols necessary to link with logger.o
-bool send_request(void *c, const char *msg, ...) { return false; }
+bool send_request(void *c, const char *msg, ...) {
+       return false;
+}
 void *mesh;
 void *global_log_cb;
 int global_log_level;
-bool send_meta(void *c, const char *msg , int len) { return false; }
+bool send_meta(void *c, const char *msg, int len) {
+       return false;
+}
 char *logfilename = NULL;
 struct timeval now;