Skip to content

Commit

Permalink
fix: make astyle work with restyler
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Nov 29, 2024
1 parent 27b3063 commit 9a2049f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astylerc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
--align-reference=name

# Formatting Options
--add-brackets
--add-braces
--convert-tabs
--max-code-length=120
--attach-return-type

# Other Options
--preserve-date
Expand Down
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ _Noreturn static void *thread_av(void *data)
sleep_thread(sleep_duration);
}
}

#endif /* AUDIO */

static void print_usage(void)
Expand Down

0 comments on commit 9a2049f

Please sign in to comment.