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:57:45 +0000 (14:57 -0500)
Per buildfarm member koel.

Backpatch-through: 18

src/backend/storage/aio/method_io_uring.c

index f2527ae61dd26273f84abec9c9297cf79d396e51..ed6e71bcd4631a1807eda1c29eb0a9877cf8cdca 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;