clangd format

This commit is contained in:
lichie 2025-12-14 18:18:49 -08:00
parent c051ceb6d2
commit ece1733199

View file

@ -481,7 +481,7 @@ CWindowRuleApplicator::SRuleResult CWindowRuleApplicator::applyStaticRule(const
break;
}
case WINDOW_RULE_EFFECT_MOVE: {
static_.center = false;
static_.center = false;
static_.position = effect;
break;
}