format code

This commit is contained in:
DreamMaoMao 2025-11-08 12:41:38 +08:00
parent cd51cd9045
commit b05c02ccfb
4 changed files with 13 additions and 21 deletions

View file

@ -1313,8 +1313,7 @@ void applyrules(Client *c) {
// if no geom rule hit and is normal winodw, use the center pos and record
// the hit size
if (!hit_rule_pos &&
(!client_is_x11(c) || !client_is_x11_popup(c))) {
if (!hit_rule_pos && (!client_is_x11(c) || !client_is_x11_popup(c))) {
c->float_geom = c->geom = setclient_coordinate_center(c, c->geom, 0, 0);
}