JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Removing an extra space.
authorChristoph Lohmann <20h@r-36.net>
Mon, 29 Sep 2014 13:41:10 +0000 (15:41 +0200)
committerChristoph Lohmann <20h@r-36.net>
Mon, 29 Sep 2014 13:41:10 +0000 (15:41 +0200)
config.def.h

index 0a3c3e0..1667ed6 100644 (file)
@@ -116,7 +116,7 @@ static Shortcut shortcuts[] = {
        { XK_ANY_MOD,           XK_Print,       printsel,       {.i =  0} },
        { MODKEY|ShiftMask,     XK_Prior,       xzoom,          {.i = +1} },
        { MODKEY|ShiftMask,     XK_Next,        xzoom,          {.i = -1} },
-       { MODKEY|ShiftMask,     XK_Home,        xzoomreset,     {.i =  0}  },
+       { MODKEY|ShiftMask,     XK_Home,        xzoomreset,     {.i =  0} },
        { ShiftMask,            XK_Insert,      selpaste,       {.i =  0} },
        { MODKEY|ShiftMask,     XK_Insert,      clippaste,      {.i =  0} },
        { MODKEY,               XK_Num_Lock,    numlock,        {.i =  0} },