Code style: fix misaligned and misindented comments

This commit is contained in:
Albert Safin
2018-12-09 07:06:29 +07:00
parent b6282b47bc
commit 27030c8566
10 changed files with 20 additions and 21 deletions

View File

@ -123,7 +123,7 @@ static bool binding_in_current_group(const Binding *bind) {
}
static void grab_keycode_for_binding(xcb_connection_t *conn, Binding *bind, uint32_t keycode) {
/* Grab the key in all combinations */
/* Grab the key in all combinations */
#define GRAB_KEY(modifier) \
do { \
xcb_grab_key(conn, 0, root, modifier, keycode, XCB_GRAB_MODE_SYNC, XCB_GRAB_MODE_ASYNC); \