pgpool: Fix indentation.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix indentation.
Date: 2025-07-19 06:12:48
Message-ID: E1ud0oR-007igv-1c@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix indentation.

Fix indentation by running pgindent.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a48d72c1682294386fb21b4d17689ac4afde738b

Modified Files
--------------
src/protocol/pool_proto_modules.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-07-19 06:29:48 pgpool: Fix double pfree in 1b63aeb31.
Previous Message Tatsuo Ishii 2025-07-18 05:47:15 pgpool: Fix coding issue regarding shift operation.