mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Run "make autostyle."
This commit is contained in:
@@ -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) */
|
||||
|
||||
@@ -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) */
|
||||
|
||||
@@ -22,4 +22,4 @@ struct dispatch_cfg_t {
|
||||
struct smartlist_t *recv_by_msg;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_DISPATCH_CFG_ST_H) */
|
||||
|
||||
@@ -43,4 +43,4 @@ size_t get_num_msg_type_ids(void);
|
||||
|
||||
void dispatch_naming_init(void);
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_DISPATCH_NAMING_H) */
|
||||
|
||||
@@ -103,6 +103,6 @@ struct dispatch_t {
|
||||
dispatch_typefns_t *typefns;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* defined(DISPATCH_PRIVATE) */
|
||||
|
||||
#endif
|
||||
#endif /* !defined(TOR_DISPATCH_ST_H) */
|
||||
|
||||
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user