keybindings: Fix whitespace and alignment

https://bugzilla.gnome.org/show_bug.cgi?id=688779
This commit is contained in:
Jasper St. Pierre 2012-12-12 20:50:43 -05:00
parent 6139bc77ec
commit 2fcbc467e8

View File

@ -3912,7 +3912,7 @@ init_builtin_key_bindings (MetaDisplay *display)
handle_cycle, META_TAB_LIST_DOCKS);
/* These two are special pseudo-bindings that are provided for allowing
/* These two are special pseudo-bindings that are provided for allowing
* custom handlers, but will never be bound to a key. While a tab
* grab is in effect, they are invoked for releasing the primary modifier
* or pressing some unbound key, respectively.
@ -3931,7 +3931,7 @@ init_builtin_key_bindings (MetaDisplay *display)
META_KEYBINDING_ACTION_TAB_POPUP_CANCEL,
handle_tab_popup_cancel, 0);
/***********************************/
/***********************************/
add_builtin_keybinding (display,
"show-desktop",
@ -3963,9 +3963,9 @@ init_builtin_key_bindings (MetaDisplay *display)
#undef REVERSES_AND_REVERSED
/************************ PER WINDOW BINDINGS ************************/
/************************ PER WINDOW BINDINGS ************************/
/* These take a window as an extra parameter; they have no effect
/* These take a window as an extra parameter; they have no effect
* if no window is active.
*/