]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
qemu: Fix indentation issue
authorAndrea Bolognani <abologna@redhat.com>
Wed, 7 Oct 2015 09:07:11 +0000 (11:07 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 7 Oct 2015 09:07:11 +0000 (11:07 +0200)
Two #define lines introduced by b527aa0 did not respect the
indentation rules, thus breaking syntax-check.

src/qemu/qemu_capabilities.h

index 7b0e3eb14ecddd62a907eeda0cb8c7d5d9558db5..b883315bd7d69bfb4d9a73271cdd8a746d600dee 100644 (file)
@@ -316,8 +316,8 @@ typedef enum {
 } virQEMUCapsFlags;
 
 /* Aliases for some of the capabilities defined above */
-#define QEMU_CAPS_NET_NAME QEMU_CAPS_0_10 /* -net ...,name=str */
-#define QEMU_CAPS_HOST_NET_ADD QEMU_CAPS_0_10 /* host_net_add command */
+# define QEMU_CAPS_NET_NAME QEMU_CAPS_0_10 /* -net ...,name=str */
+# define QEMU_CAPS_HOST_NET_ADD QEMU_CAPS_0_10 /* host_net_add command */
 
 typedef struct _virQEMUCaps virQEMUCaps;
 typedef virQEMUCaps *virQEMUCapsPtr;