[gnome-boxes] notificationbar: Minor coding-style fix



commit 89c35c64903ed9922123a95d21494524420dd875
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Sep 2 19:16:16 2013 +0300

    notificationbar: Minor coding-style fix

 src/notificationbar.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/notificationbar.vala b/src/notificationbar.vala
index f05eb8e..c330ab3 100644
--- a/src/notificationbar.vala
+++ b/src/notificationbar.vala
@@ -54,7 +54,10 @@ private class Boxes.Notificationbar: GLib.Object {
         Notificationbar.OKFunc next_auth_step = () => {
             display_for_auth_next (broker_name, (owned) auth_func, (owned) cancel_func);
         };
-        return display_for_action (_("Not connected to %s").printf (broker_name), _("Sign In"), (owned) 
next_auth_step, (owned) cancel_func, -1);
+        return display_for_action (_("Not connected to %s").printf (broker_name),
+                                   _("Sign In"),
+                                   (owned) next_auth_step,
+                                   (owned) cancel_func, -1);
     }
 
     private Gd.Notification display_for_auth_next (string auth_string,


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