mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Fix indentation
Per buildfarm member koel
This commit is contained in:
parent
fbc57f2bc2
commit
519acd1be5
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue