]> xenbits.xensource.com Git - libvirt.git/commitdiff
daemon: Fix indentation in libvirtd.c
authorWang Rui <moon.wangrui@huawei.com>
Tue, 29 Jul 2014 08:47:13 +0000 (16:47 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 7 Aug 2014 09:03:31 +0000 (11:03 +0200)
Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
daemon/libvirtd.c

index 4c926b384b5fbb8e6d7835fbac2327703d8ed52f..946081a486a4be90c0d316f5e0ad0af5f9504b10 100644 (file)
@@ -803,11 +803,11 @@ static void daemonReloadHandler(virNetServerPtr srv ATTRIBUTE_UNUSED,
                                 siginfo_t *sig ATTRIBUTE_UNUSED,
                                 void *opaque ATTRIBUTE_UNUSED)
 {
-        VIR_INFO("Reloading configuration on SIGHUP");
-        virHookCall(VIR_HOOK_DRIVER_DAEMON, "-",
-                    VIR_HOOK_DAEMON_OP_RELOAD, SIGHUP, "SIGHUP", NULL, NULL);
-        if (virStateReload() < 0)
-            VIR_WARN("Error while reloading drivers");
+    VIR_INFO("Reloading configuration on SIGHUP");
+    virHookCall(VIR_HOOK_DRIVER_DAEMON, "-",
+                VIR_HOOK_DAEMON_OP_RELOAD, SIGHUP, "SIGHUP", NULL, NULL);
+    if (virStateReload() < 0)
+        VIR_WARN("Error while reloading drivers");
 }
 
 static int daemonSetupSignals(virNetServerPtr srv)