[nautilus] window: fix coding style



commit d571500695e073a290fcbf99317e67d5afc76252
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat May 23 12:30:49 2015 -0700

    window: fix coding style

 src/nautilus-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index cbaf3ac..15d24b0 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -577,8 +577,8 @@ nautilus_window_initialize_actions (NautilusWindow *window)
 
        /* Alt+N for the first 9 tabs */
        for (i = 0; i < 9; ++i) {
-               g_snprintf(detailed_action, sizeof (detailed_action), "win.go-to-tab(%i)", i);
-               g_snprintf(accel, sizeof (accel), "<alt>%i", i + 1);
+               g_snprintf (detailed_action, sizeof (detailed_action), "win.go-to-tab(%i)", i);
+               g_snprintf (accel, sizeof (accel), "<alt>%i", i + 1);
                nautilus_application_add_accelerator (app, detailed_action, accel);
        }
 


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