summaryrefslogtreecommitdiff
path: root/src/rmd_shortcuts.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-03-15 18:53:43 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-03-15 18:53:43 -0700
commit82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec (patch)
tree195a71a2c6232b953b60825383b555aed6166111 /src/rmd_shortcuts.c
parentf3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff)
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_shortcuts.c')
-rw-r--r--src/rmd_shortcuts.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/rmd_shortcuts.c b/src/rmd_shortcuts.c
index c0e1723..2dff6c1 100644
--- a/src/rmd_shortcuts.c
+++ b/src/rmd_shortcuts.c
@@ -31,7 +31,7 @@
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
-#include <X11/keysym.h>
+#include <X11/keysym.h>
#include <stdio.h>
#include <stdlib.h>
@@ -61,10 +61,10 @@ int rmdRegisterShortcut( Display *dpy,
modifier_mask = modifier_mask | Mod4Mask;
if (strstr(shortcut, "Mod5"))
modifier_mask = modifier_mask | Mod5Mask;
-
+
//we register the shortcut on the root
//window, which means on every keypress event,
- //so I think it's neccessary to have at least one
+ //so I think it's neccessary to have at least one
//modifier.
if (modifier_mask == 0)
return 1;
@@ -77,8 +77,7 @@ int rmdRegisterShortcut( Display *dpy,
} else
return 1;
-
- /* Key grabbing stuff taken from tilda who took it from yeahconsole
+ /* Key grabbing stuff taken from tilda who took it from yeahconsole
* who took it from evilwm */
{
© All Rights Reserved