pgsql: Fix indentation in pg_numa code

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation in pg_numa code
Date: 2025-07-01 13:25:33
Message-ID: E1uWazN-004BwG-28@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation in pg_numa code

Broken by commits 7fe2f67c7c9f, 81f287dc923f and bf1119d74a79. Backpatch
to 18, same as the offending commits.

Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/07448b3969d55a2081cdafafc23f68df3392f220

Modified Files
--------------
src/include/port/pg_numa.h | 1 +
src/port/pg_numa.c | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-07-01 14:25:34 pgsql: Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Previous Message Tomas Vondra 2025-07-01 13:25:23 pgsql: Fix indentation in pg_numa code