From 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 15 Mar 2021 18:53:43 -0700 Subject: *: random whitespace cleanups Mostly trailing space/tab removals, no functional changes. --- src/rmd_shortcuts.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/rmd_shortcuts.c') 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 #include -#include +#include #include #include @@ -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 */ { -- cgit v1.2.1