Re-indent the code using clang-format

This commit is contained in:
Dave Davenport
2023-03-26 13:19:58 +02:00
parent 7d3a365ccf
commit bb5868199f
18 changed files with 161 additions and 141 deletions

View File

@@ -397,7 +397,8 @@ char *helper_string_replace_if_exists(char *string, ...);
*
* @returns path to theme or copy of filename if not found.
*/
char *helper_get_theme_path(const char *file, const char **ext) __attribute__((nonnull));
char *helper_get_theme_path(const char *file, const char **ext)
__attribute__((nonnull));
/**
* @param name The name of the element to find.