]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for 8077649907d
authorAndres Freund <andres@anarazel.de>
Thu, 15 Jan 2026 19:54:16 +0000 (14:54 -0500)
committerAndres Freund <andres@anarazel.de>
Thu, 15 Jan 2026 19:56:59 +0000 (14:56 -0500)
Per buildfarm member koel.

Backpatch-through: 18

src/backend/storage/aio/method_io_uring.c

index 67e278339e23c0ede37ac814db449951d99dbb49..c73954aee6d9a5eda620ab1906f5c34fcf8d03e5 100644 (file)
@@ -560,7 +560,7 @@ pgaio_uring_drain_locked(PgAioUringContext *context)
                {
                        struct io_uring_cqe *cqe = cqes[i];
                        PgAioHandle *ioh = io_uring_cqe_get_data(cqe);
-                       int result = cqe->res;
+                       int                     result = cqe->res;
 
                        errcallback.arg = ioh;