yet another consistency fix of dwm
6ba400ee
1 file(s) · +1 −1
| 207 | 207 | ||
| 208 | 208 | void |
|
| 209 | 209 | togglefloat(Arg *arg) { |
|
| 210 | - | if (!sel || arrange == dofloat) |
|
| 210 | + | if(!sel || arrange == dofloat) |
|
| 211 | 211 | return; |
|
| 212 | 212 | sel->isfloat = !sel->isfloat; |
|
| 213 | 213 | arrange(); |