Code cleaning: removing trailing space

The patch is removing trailing space(s) before
the semicolon ending line. .c and .h files were checked.
This commit is contained in:
David Maciejak
2023-02-27 22:37:44 +00:00
committed by Carlos R. Mafra
parent a9e336256b
commit 64a8ecb390
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -279,7 +279,8 @@ WParserMacro *menu_parser_find_macro(WMenuParser parser, const char *name)
continue;
return macro;
check_next_macro: ;
check_next_macro:
;
}
return NULL;
}