1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-26 00:03:16 +01:00

Update astylerc to match toxcore & reformat all source files

This commit is contained in:
jfreegman
2018-07-18 11:33:16 -04:00
parent cb524dcbc3
commit a37bf300f9
39 changed files with 1924 additions and 1123 deletions

View File

@@ -27,9 +27,9 @@
yes, it initializes a timer which periodically checks the attached/detached
state of the terminal and updates away status accordingly.
*/
int init_mplex_away_timer (Tox *m);
int init_mplex_away_timer(Tox *m);
void lock_status ();
void unlock_status ();
void lock_status();
void unlock_status();
#endif /* #define TERM_MPLEX_H */