[gnome-builder] app: whitespace cleanup



commit a14987411f5a0c6a8da39fd69084cabe7d224b2c
Author: Christian Hergert <chergert redhat com>
Date:   Tue Nov 21 18:48:53 2017 -0800

    app: whitespace cleanup

 src/libide/application/ide-application-shortcuts.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/application/ide-application-shortcuts.c 
b/src/libide/application/ide-application-shortcuts.c
index 00961ae..faebd09 100644
--- a/src/libide/application/ide-application-shortcuts.c
+++ b/src/libide/application/ide-application-shortcuts.c
@@ -44,7 +44,10 @@ _ide_application_init_shortcuts (IdeApplication *self)
                                    NC_("shortcut window", "Help"),
                                    NC_("shortcut window", "Show the help window"),
                                    NULL);
-  dzl_shortcut_theme_set_accel_for_action (theme, "app.help", "F1", DZL_SHORTCUT_PHASE_GLOBAL);
+  dzl_shortcut_theme_set_accel_for_action (theme,
+                                           "app.help",
+                                           "F1",
+                                           DZL_SHORTCUT_PHASE_GLOBAL);
 
   dzl_shortcut_manager_add_action (manager,
                                    I_("app.preferences"),
@@ -52,7 +55,10 @@ _ide_application_init_shortcuts (IdeApplication *self)
                                    NC_("shortcut window", "Preferences"),
                                    NC_("shortcut window", "Show the preferences window"),
                                    NULL);
-  dzl_shortcut_theme_set_accel_for_action (theme, "app.preferences", "<Primary>comma", 
DZL_SHORTCUT_PHASE_GLOBAL);
+  dzl_shortcut_theme_set_accel_for_action (theme,
+                                           "app.preferences",
+                                           "<Primary>comma",
+                                           DZL_SHORTCUT_PHASE_GLOBAL);
 
   dzl_shortcut_manager_add_action (manager,
                                    I_("app.shortcuts"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]