mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: Fix indentation issue
Two #define lines introduced by b527aa0 did not respect the indentation rules, thus breaking syntax-check.
This commit is contained in:
parent
b527aa090d
commit
7cdf944b0a
@ -316,8 +316,8 @@ typedef enum {
|
|||||||
} virQEMUCapsFlags;
|
} virQEMUCapsFlags;
|
||||||
|
|
||||||
/* Aliases for some of the capabilities defined above */
|
/* Aliases for some of the capabilities defined above */
|
||||||
#define QEMU_CAPS_NET_NAME QEMU_CAPS_0_10 /* -net ...,name=str */
|
# 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_HOST_NET_ADD QEMU_CAPS_0_10 /* host_net_add command */
|
||||||
|
|
||||||
typedef struct _virQEMUCaps virQEMUCaps;
|
typedef struct _virQEMUCaps virQEMUCaps;
|
||||||
typedef virQEMUCaps *virQEMUCapsPtr;
|
typedef virQEMUCaps *virQEMUCapsPtr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user