[gnome-boxes/wip/system-libvirt-import2: 3/13] app: Micro coding-style fix



commit eb3e0d726e3df7e3f016634dce115e55f7e6b9ad
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Nov 13 19:20:13 2013 +0000

    app: Micro coding-style fix

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 1092278..59d93c8 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -397,7 +397,7 @@ private class Boxes.App: Boxes.UI {
             break;
 
         default:
-            Broker? broker = brokers.lookup(source.source_type);
+            Broker? broker = brokers.lookup (source.source_type);
             if (broker != null) {
                 yield broker.add_source (source);
                 sources.insert (source.name, source);


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