]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_mod_mask.c
format **/*.c with clang-format-3.5
[i3/i3] / libi3 / get_mod_mask.c
index 752cea57ac8649f4c0d97d2f2df021c4d64d0363..cf8cbe3863654c150a0b74800e3fcbd1f71e9d14 100644 (file)
@@ -46,8 +46,8 @@ uint32_t aio_get_mod_mask_for(uint32_t keysym, xcb_key_symbols_t *symbols) {
  *
  */
 uint32_t get_mod_mask_for(uint32_t keysym,
-                           xcb_key_symbols_t *symbols,
-                           xcb_get_modifier_mapping_reply_t *modmap_reply) {
+                          xcb_key_symbols_t *symbols,
+                          xcb_get_modifier_mapping_reply_t *modmap_reply) {
     xcb_keycode_t *codes, *modmap;
     xcb_keycode_t mod_code;