pgsql: Fix indentation

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation
Date: 2026-04-04 14:52:07
Message-ID: E1w92M2-002vKl-2x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation

Per buildfarm member koel

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/519acd1be59e407a62dbe6a5240d9d1dcb8cd062

Modified Files
--------------
src/port/pg_crc32c_armv8.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2026-04-04 15:30:31 pgsql: Rename heapam_index_fetch_tuple argument for clarity.
Previous Message John Naylor 2026-04-04 13:51:18 pgsql: Compute CRC32C on ARM using the Crypto Extension where available