Remove clang-format on/off comments

This commit is contained in:
Johan Malm 2020-10-31 15:33:46 +00:00
parent 543f00131c
commit 2f44e954aa
4 changed files with 4 additions and 10 deletions

View file

@ -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)