]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix indentation
authorJohn Naylor <john.naylor@postgresql.org>
Sat, 4 Apr 2026 14:48:58 +0000 (21:48 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Sat, 4 Apr 2026 14:50:54 +0000 (21:50 +0700)
Per buildfarm member koel

src/port/pg_crc32c_armv8.c

index b404e6c373e571418ad18459644f27ff63cb685b..5fa57fb492701a39fb8de570796effd95e2d022e 100644 (file)
@@ -162,8 +162,8 @@ pg_comp_crc32c_pmull(pg_crc32c crc, const void *data, size_t len)
                }
 
                /*
-                * pgindent complained of unmatched parens, so the following has
-                * been re-written with intrinsics:
+                * pgindent complained of unmatched parens, so the following has been
+                * re-written with intrinsics:
                 *
                 * x0 = veorq_u64((uint64x2_t) {crc0, 0}, x0);
                 */