Skip to content

Commit

Permalink
Uncrustify my Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janvhs committed Feb 25, 2025
1 parent ecd085f commit 84bc491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/default-config-backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ class dynamic_ini_config_t : public wf::config_backend_t
(std::string(nonull(getenv("HOME"))) + "/.config");

std::string vendored_cfg_file = env_cfg_home + "/wayfire/wayfire.ini";
if (std::filesystem::exists(vendored_cfg_file)) {
if (std::filesystem::exists(vendored_cfg_file))
{
return vendored_cfg_file;
}

Expand Down

0 comments on commit 84bc491

Please sign in to comment.