]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
openssl-util: fix spurious indent
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Oct 2025 01:40:43 +0000 (10:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Oct 2025 01:40:43 +0000 (10:40 +0900)
src/shared/openssl-util.c

index 8bc6c5c2d6828c07c0eb12d3104969e7f8fc81f5..bb45cf73f663e42d7ae694f974c02202bd571c66 100644 (file)
@@ -871,9 +871,8 @@ int ecc_pkey_from_curve_x_y(
         TAKE_PTR(eckey);
 #endif
 
-    *ret = TAKE_PTR(pkey);
-
-    return 0;
+        *ret = TAKE_PTR(pkey);
+        return 0;
 }
 
 int ecc_pkey_to_curve_x_y(