]> git.proxmox.com Git - librados2-perl.git/commitdiff
radocs mon command: fix indentation style-mix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Feb 2022 15:21:29 +0000 (16:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Feb 2022 15:24:44 +0000 (16:24 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
RADOS.xs

index a9df435807c1f73ad08eb1c9167a026ecab08a1e..9afba1c06377285329578791490e9003f6959ade 100644 (file)
--- a/RADOS.xs
+++ b/RADOS.xs
@@ -124,10 +124,17 @@ CODE:
         cmdlen++;
     }
 
-    int ret = rados_mon_command(cluster, cmd, cmdlen,
-                                NULL, 0,
-                                &outbuf, &outbuflen,
-                                &outs, &outslen);
+    int ret = rados_mon_command(
+        cluster,
+        cmd,
+        cmdlen,
+        NULL,
+        0,
+        &outbuf,
+        &outbuflen,
+        &outs,
+        &outslen
+    );
 
     if (ret < 0) {
         char msg[4096];