code-format

This commit is contained in:
van Hauser
2021-01-31 17:32:24 +01:00
parent 459dd8cb07
commit cc0210426a
8 changed files with 14 additions and 10 deletions

View File

@ -284,7 +284,7 @@ library_list_t *find_library(char *name) {
// this seems to work for clang too. nice :) requires gcc 4.4+
#pragma GCC push_options
#pragma GCC optimize("O0")
void breakpoint(void) {
void breakpoint(void) {
if (debug) fprintf(stderr, "Breakpoint function \"breakpoint\" reached.\n");