mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Remove clang-format on/off comments
This commit is contained in:
parent
543f00131c
commit
2f44e954aa
4 changed files with 4 additions and 10 deletions
|
|
@ -18,7 +18,6 @@ struct dir {
|
|||
const char *path;
|
||||
};
|
||||
|
||||
/* clang-format off */
|
||||
static struct dir config_dirs[] = {
|
||||
{ "XDG_CONFIG_HOME", "labwc" },
|
||||
{ "HOME", ".config/labwc" },
|
||||
|
|
@ -37,7 +36,6 @@ static struct dir theme_dirs[] = {
|
|||
{ NULL, "opt/share/themes" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
/* clang-format on */
|
||||
|
||||
static bool
|
||||
isdir(const char *path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue