Fix indentation

Per buildfarm member koel
This commit is contained in:
John Naylor 2026-04-04 21:48:58 +07:00
parent fbc57f2bc2
commit 519acd1be5

View 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);
*/