summaryrefslogtreecommitdiff
path: root/src/rmd_shortcuts.h
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.h
parentf3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff)
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_shortcuts.h')
-rw-r--r--src/rmd_shortcuts.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rmd_shortcuts.h b/src/rmd_shortcuts.h
index a0dc2af..b898a8b 100644
--- a/src/rmd_shortcuts.h
+++ b/src/rmd_shortcuts.h
@@ -31,7 +31,7 @@
/*
- * Check a shortcut combination and if valid,
+ * Check a shortcut combination and if valid,
* register it, on the root window.
*
* \param dpy Connection to the X Server
@@ -40,12 +40,12 @@
*
* \param shortcut String represantation of the shortcut
*
- * \param HotKey Pre-allocated struct that is filled with the
- * modifiers and the keycode, for checks on incoming
+ * \param HotKey Pre-allocated struct that is filled with the
+ * modifiers and the keycode, for checks on incoming
* keypress events. Left untouched if the call fails.
*
- *
- * \returns 0 on Success, 1 on Failure.
+ *
+ * \returns 0 on Success, 1 on Failure.
*
*/
int rmdRegisterShortcut(Display *dpy,
© All Rights Reserved