From: John Naylor Date: Sat, 4 Apr 2026 14:48:58 +0000 (+0700) Subject: Fix indentation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=519acd1be59e407a62dbe6a5240d9d1dcb8cd062;p=thirdparty%2Fpostgresql.git Fix indentation Per buildfarm member koel --- diff --git a/src/port/pg_crc32c_armv8.c b/src/port/pg_crc32c_armv8.c index b404e6c373e..5fa57fb4927 100644 --- a/src/port/pg_crc32c_armv8.c +++ b/src/port/pg_crc32c_armv8.c @@ -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); */