]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: normalize whitespace in protocol structs files
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 13 Mar 2025 15:53:01 +0000 (15:53 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 18 Mar 2025 09:20:57 +0000 (09:20 +0000)
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>
src/admin_protocol-structs
src/qemu_protocol-structs
src/remote_protocol-structs

index 8caac5982409704a456a8d2b3bd799ae6b7117dd..f6988cf76de45adf6383ab89201b2f1d354c5316 100644 (file)
@@ -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,
 };
index ea0854385fdd61b466784183764266032074c2d9..7c78e5ab5af1c0de03061dd4fbef150af7001d31 100644 (file)
@@ -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,
 };
index 4d3dc2d2494020570a0bd2f48ed09f1509ca6e6b..ed7e2fbcb0d8b9148b19ef9ae88e138efadbb8ba 100644 (file)
@@ -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;