Run "make autostyle."

This commit is contained in:
Nick Mathewson
2019-06-05 09:33:35 -04:00
parent d1b02456c1
commit 60213a3621
296 changed files with 480 additions and 480 deletions
+1 -1
View File
@@ -111,4 +111,4 @@ void dispatch_free_msg_(const dispatch_t *d, msg_t *msg);
char *dispatch_fmt_msg_data(const dispatch_t *d, const msg_t *msg);
#endif
#endif /* !defined(TOR_DISPATCH_H) */
+1 -1
View File
@@ -36,4 +36,4 @@ int dcfg_add_recv(dispatch_cfg_t *cfg, message_id_t msg,
void dcfg_free_(dispatch_cfg_t *cfg);
#endif
#endif /* !defined(TOR_DISPATCH_CFG_H) */
+1 -1
View File
@@ -22,4 +22,4 @@ struct dispatch_cfg_t {
struct smartlist_t *recv_by_msg;
};
#endif
#endif /* !defined(TOR_DISPATCH_CFG_ST_H) */
+1 -1
View File
@@ -43,4 +43,4 @@ size_t get_num_msg_type_ids(void);
void dispatch_naming_init(void);
#endif
#endif /* !defined(TOR_DISPATCH_NAMING_H) */
+2 -2
View File
@@ -103,6 +103,6 @@ struct dispatch_t {
dispatch_typefns_t *typefns;
};
#endif
#endif /* defined(DISPATCH_PRIVATE) */
#endif
#endif /* !defined(TOR_DISPATCH_ST_H) */
+1 -1
View File
@@ -77,4 +77,4 @@ typedef struct dispatch_typefns_t {
char *(*fmt_fn)(msg_aux_data_t);
} dispatch_typefns_t;
#endif
#endif /* !defined(TOR_DISPATCH_MSGTYPES_H) */