src/util/css_reload_helper: clang-format

This commit is contained in:
Austin Horstman 2024-08-02 22:37:06 -05:00
parent 3ae81d62bc
commit 05d69ae822
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ std::string waybar::CssReloadHelper::findPath(const std::string& filename) {
// File monitor does not work with symlinks, so resolve them
std::string original = result;
while(std::filesystem::is_symlink(result)) {
while (std::filesystem::is_symlink(result)) {
result = std::filesystem::read_symlink(result);
// prevent infinite cycle