mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
src: normalize whitespace in protocol structs files
This makes the output match what current pdwtags will emit, modulo some whitespace changes made by the check script before comparison. Reviewed-by: Martin Kletzander <mkletzan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
fc201e0fcc
commit
dcd1132937
@ -167,5 +167,5 @@ enum admin_procedure {
|
||||
ADMIN_PROC_CONNECT_SET_LOGGING_OUTPUTS = 16,
|
||||
ADMIN_PROC_CONNECT_SET_LOGGING_FILTERS = 17,
|
||||
ADMIN_PROC_SERVER_UPDATE_TLS_FILES = 18,
|
||||
ADMIN_PROC_CONNECT_SET_DAEMON_TIMEOUT = 19,
|
||||
ADMIN_PROC_CONNECT_SET_DAEMON_TIMEOUT = 19,
|
||||
};
|
||||
|
@ -62,5 +62,5 @@ enum qemu_procedure {
|
||||
QEMU_PROC_CONNECT_DOMAIN_MONITOR_EVENT_REGISTER = 4,
|
||||
QEMU_PROC_CONNECT_DOMAIN_MONITOR_EVENT_DEREGISTER = 5,
|
||||
QEMU_PROC_DOMAIN_MONITOR_EVENT = 6,
|
||||
QEMU_PROC_DOMAIN_MONITOR_COMMAND_WITH_FILES = 7,
|
||||
QEMU_PROC_DOMAIN_MONITOR_COMMAND_WITH_FILES = 7,
|
||||
};
|
||||
|
@ -569,7 +569,7 @@ struct remote_domain_save_params_args {
|
||||
u_int params_len;
|
||||
remote_typed_param * params_val;
|
||||
} params;
|
||||
u_int flags;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_domain_restore_args {
|
||||
remote_nonnull_string from;
|
||||
@ -1115,7 +1115,7 @@ struct remote_network_create_xml_ret {
|
||||
};
|
||||
struct remote_network_create_xml_flags_args {
|
||||
remote_nonnull_string xml;
|
||||
u_int flags;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_network_create_xml_flags_ret {
|
||||
remote_nonnull_network net;
|
||||
@ -1128,7 +1128,7 @@ struct remote_network_define_xml_ret {
|
||||
};
|
||||
struct remote_network_define_xml_flags_args {
|
||||
remote_nonnull_string xml;
|
||||
u_int flags;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_network_define_xml_flags_ret {
|
||||
remote_nonnull_network net;
|
||||
|
Loading…
x
Reference in New Issue
Block a user