mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 07:46:34 +01:00
Astyle everything and add an astyle options script to repo
This commit is contained in:
@@ -298,7 +298,7 @@ static void help_draw_contacts(ToxWindow *self)
|
||||
|
||||
void help_onKey(ToxWindow *self, wint_t key)
|
||||
{
|
||||
switch(key) {
|
||||
switch (key) {
|
||||
case 'x':
|
||||
case T_KEY_ESC:
|
||||
help_exit(self);
|
||||
@@ -352,7 +352,7 @@ void help_onDraw(ToxWindow *self)
|
||||
{
|
||||
curs_set(0);
|
||||
|
||||
switch(self->help->type) {
|
||||
switch (self->help->type) {
|
||||
case HELP_MENU:
|
||||
help_draw_menu(self);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user