This makes the output match what current pdwtags will emit,
modulo some whitespace changes made by the check script
before comparison.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/admin_protocol-structs | 2 +-
src/qemu_protocol-structs | 2 +-
src/remote_protocol-structs | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/admin_protocol-structs b/src/admin_protocol-structs
index 8caac59824..f6988cf76d 100644
--- a/src/admin_protocol-structs
+++ b/src/admin_protocol-structs
@@ -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,
};
diff --git a/src/qemu_protocol-structs b/src/qemu_protocol-structs
index ea0854385f..7c78e5ab5a 100644
--- a/src/qemu_protocol-structs
+++ b/src/qemu_protocol-structs
@@ -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,
};
diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 4d3dc2d249..ed7e2fbcb0 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -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;
--
2.48.1