[Pkg-libvirt-commits] [libguestfs] 77/146: v2v: Whitespace change.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 7e4951a553666693744676d5f239224f1147af02
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Dec 15 08:54:59 2014 +0000

    v2v: Whitespace change.
    
    (cherry picked from commit 9c4af17add53b50ce0b6756c6216380862f10631)
---
 v2v/domainxml-c.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/v2v/domainxml-c.c b/v2v/domainxml-c.c
index 6fa8270..b57440c 100644
--- a/v2v/domainxml-c.c
+++ b/v2v/domainxml-c.c
@@ -230,7 +230,8 @@ v2v_pool_dumpxml (value connv, value poolnamev)
    * since it handles all the PolicyKit crap.  However it also makes
    * coding this simpler.
    */
-  conn = virConnectOpenAuth (conn_uri, virConnectAuthPtrDefault, VIR_CONNECT_RO);
+  conn = virConnectOpenAuth (conn_uri, virConnectAuthPtrDefault,
+                             VIR_CONNECT_RO);
   if (conn == NULL) {
     if (conn_uri)
       snprintf (errmsg, sizeof errmsg,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list