[gnome-boxes/wip/system-libvirt-import2: 1/2] app: Micro coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/system-libvirt-import2: 1/2] app: Micro coding-style fix
- Date: Thu, 14 Nov 2013 00:36:18 +0000 (UTC)
commit 875d487702a086259f8f385dbe036e97d2c7eaa1
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 87cba6d..d835ac2 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]