From dcd113293746033fda3623ba5904be2e8749b22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 13 Mar 2025 15:53:01 +0000 Subject: [PATCH] src: normalize whitespace in protocol structs files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Daniel P. Berrangé --- 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;