]> xenbits.xensource.com Git - libvirt.git/commitdiff
tools: remove blank first line in function body
authorShi Lei <shi_lei@massclouds.com>
Thu, 13 Sep 2018 08:55:24 +0000 (16:55 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Sep 2018 11:29:01 +0000 (13:29 +0200)
Signed-off-by: Shi Lei <shi_lei@massclouds.com>
tools/virsh-volume.c
tools/virt-admin.c

index 9d6ebd2325a54423212719852b0a63c1b92c4a8f..42d11701ec4898a50f6a071eac8750eaa8f2c557 100644 (file)
@@ -520,7 +520,6 @@ cmdVolCreateFrom(vshControl *ctl, const vshCmd *cmd)
 static xmlChar *
 virshMakeCloneXML(const char *origxml, const char *newname)
 {
-
     xmlDocPtr doc = NULL;
     xmlXPathContextPtr ctxt = NULL;
     xmlXPathObjectPtr obj = NULL;
index 107a1d870df5ad114d4c53eefd8d020d99631f19..63822bc13e14ef9e965adc1b86ddbe7a4f36e595 100644 (file)
@@ -82,7 +82,6 @@ vshAdmClientTransportToString(int transport)
 static int
 vshAdmGetTimeStr(vshControl *ctl, time_t then, char **result)
 {
-
     char *tmp = NULL;
     struct tm timeinfo;