[gnome-boxes] libvirt-broker: Minor coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-broker: Minor coding-style fix
- Date: Wed, 10 Dec 2014 17:40:43 +0000 (UTC)
commit 46358fc693089697401c522797dd1f9f99a8257c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Dec 10 16:12:03 2014 +0000
libvirt-broker: Minor coding-style fix
src/libvirt-broker.vala | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-broker.vala b/src/libvirt-broker.vala
index c366c1a..03f564b 100644
--- a/src/libvirt-broker.vala
+++ b/src/libvirt-broker.vala
@@ -60,7 +60,9 @@ private class Boxes.LibvirtBroker : Boxes.Broker {
}
// Existing == Existed before Boxes was launched
- private async void try_add_existing_domain (CollectionSource source, GVir.Connection connection,
GVir.Domain domain) {
+ private async void try_add_existing_domain (CollectionSource source,
+ GVir.Connection connection,
+ GVir.Domain domain) {
try {
var machine = yield add_domain (source, connection, domain);
var config = machine.domain_config;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]