mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Fix space before tab in indent
This commit is contained in:
parent
d807d3da3e
commit
1b5a58f231
@ -643,7 +643,7 @@ arrange_tatami(Monitor *m, int x, int y, int h, int w, int ih, int iv, int n, in
|
|||||||
if (j < ai + cats) {
|
if (j < ai + cats) {
|
||||||
/* Arrange cats (all excess clients that can't be tiled as mats). Cats sleep on mats. */
|
/* Arrange cats (all excess clients that can't be tiled as mats). Cats sleep on mats. */
|
||||||
|
|
||||||
switch (cats) {
|
switch (cats) {
|
||||||
case 1: // fill
|
case 1: // fill
|
||||||
break;
|
break;
|
||||||
case 2: // up and down
|
case 2: // up and down
|
||||||
|
Loading…
Reference in New Issue
Block a user