Skip to content
Snippets Groups Projects
Commit 57f43bcb authored by teor's avatar teor
Browse files

Run "make autostyle"

parent e466c84e
Branches
Tags
No related merge requests found
......@@ -212,7 +212,7 @@ struct circuitmux_s {
circuitmux_policy_data_t *policy_data;
};
#endif /* CIRCUITMUX_PRIVATE */
#endif /* defined(CIRCUITMUX_PRIVATE) */
#endif /* !defined(TOR_CIRCUITMUX_H) */
......@@ -129,7 +129,7 @@ TO_EWMA_POL_CIRC_DATA(circuitmux_policy_circ_data_t *pol)
STATIC unsigned cell_ewma_get_current_tick_and_fraction(double *remainder_out);
STATIC void cell_ewma_initialize_ticks(void);
#endif /* CIRCUITMUX_EWMA_PRIVATE */
#endif /* defined(CIRCUITMUX_EWMA_PRIVATE) */
#endif /* !defined(TOR_CIRCUITMUX_EWMA_H) */
......@@ -14,4 +14,4 @@
or_circuit_t *new_fake_orcirc(channel_t *nchan, channel_t *pchan);
void free_fake_orcirc(or_circuit_t *orcirc);
#endif /* TOR_FAKECIRCS_H */
#endif /* !defined(TOR_FAKECIRCS_H) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment