pgsql: Run pgindent again on the same file.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run pgindent again on the same file.
Date: 2024-03-05 19:17:58
Message-ID: E1rhaIY-002G14-AY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run pgindent again on the same file.

Apparently, pgindent got confused by the double space. The first time
I ran it, it moved the function name to the next line. The second time
I ran it, it moved the function name back, but without the double
space.

Now the results appear stable.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0984a3b851abe89bec6c3eff51b03038808e1997

Modified Files
--------------
src/backend/utils/activity/backend_status.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-05 20:15:29 pgsql: Add a few recent commits to .git-blame-ignore-revs.
Previous Message Jeff Davis 2024-03-05 19:01:28 pgsql: Run pgindent for commit ef4cfdce0e.