[PATCH v3 03/25] virTypedParamsDeserialize: Remove unnecessary line breaks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All changed lines even fit into 80 columns.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 src/util/virtypedparam.c | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/util/virtypedparam.c b/src/util/virtypedparam.c
index 974ec51a79..fe4c04bcea 100644
--- a/src/util/virtypedparam.c
+++ b/src/util/virtypedparam.c
@@ -563,28 +563,22 @@ virTypedParamsDeserialize(struct _virTypedParameterRemote *remote_params,
         param->type = remote_param->value.type;
         switch ((virTypedParameterType) param->type) {
         case VIR_TYPED_PARAM_INT:
-            param->value.i =
-                remote_param->value.remote_typed_param_value.i;
+            param->value.i = remote_param->value.remote_typed_param_value.i;
             break;
         case VIR_TYPED_PARAM_UINT:
-            param->value.ui =
-                remote_param->value.remote_typed_param_value.ui;
+            param->value.ui = remote_param->value.remote_typed_param_value.ui;
             break;
         case VIR_TYPED_PARAM_LLONG:
-            param->value.l =
-                remote_param->value.remote_typed_param_value.l;
+            param->value.l = remote_param->value.remote_typed_param_value.l;
             break;
         case VIR_TYPED_PARAM_ULLONG:
-            param->value.ul =
-                remote_param->value.remote_typed_param_value.ul;
+            param->value.ul = remote_param->value.remote_typed_param_value.ul;
             break;
         case VIR_TYPED_PARAM_DOUBLE:
-            param->value.d =
-                remote_param->value.remote_typed_param_value.d;
+            param->value.d = remote_param->value.remote_typed_param_value.d;
             break;
         case VIR_TYPED_PARAM_BOOLEAN:
-            param->value.b =
-                remote_param->value.remote_typed_param_value.b;
+            param->value.b = remote_param->value.remote_typed_param_value.b;
             break;
         case VIR_TYPED_PARAM_STRING:
             param->value.s = g_strdup(remote_param->value.remote_typed_param_value.s);
-- 
2.39.2




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux