mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
CodeStyle: prevent space in code indents
This commit is contained in:
parent
a3fff9f87b
commit
1995a33df9
12 changed files with 76 additions and 67 deletions
|
|
@ -351,7 +351,7 @@ theme_read(struct theme *theme, const char *theme_name)
|
|||
|
||||
if (strlen(theme_dir(theme_name))) {
|
||||
snprintf(themerc, sizeof(themerc), "%s/themerc",
|
||||
theme_dir(theme_name));
|
||||
theme_dir(theme_name));
|
||||
stream = fopen(themerc, "r");
|
||||
}
|
||||
if (!stream) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue