Lots and lots of whitespace and code style fixes

This commit is contained in:
2017-05-17 17:54:37 +03:00
parent 2442ceaee2
commit ff8546bf66
7 changed files with 191 additions and 180 deletions

3
rmps.h
View File

@@ -5,7 +5,7 @@
#include "confparser.h"
struct pool_data {
int srv;
int srv;
SSL_CTX *ctx;
int size;
};
@@ -13,3 +13,4 @@ struct pool_data {
extern void launch_rmps(struct conf_table *conf, int fork_flag);
#endif /* RMPS_H */