commit d16256e8eea6288b4507f71f70d9151f0872be37
parent 1117291625710d179ca9729cfc75588f7aa5fc63
Author: nsz <nszabolcs@gmail.com>
Date: Fri, 20 Mar 2009 23:58:23 +0100
whitespace fix
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dwm.suckless.org/patches/tilemovemouse.md b/dwm.suckless.org/patches/tilemovemouse.md
@@ -6,10 +6,10 @@ Description
tilemovemouse() lets you drag a client to a different position *without*
floating it. Reordering windows this way is fun.
- static Button buttons[] = {
- /* click event mask button function argument */
- { ClkClientWin, MODKEY, Button1, tilemovemouse, {0} },
- };
+ static Button buttons[] = {
+ /* click event mask button function argument */
+ { ClkClientWin, MODKEY, Button1, tilemovemouse, {0} },
+ };
Download