pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec
Date: 2023-03-09 06:11:14
Message-ID: E1pa9Uf-002dXg-Sn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c

A patch sent by Jacob Champion has been touching this area of the code,
and the set of changes done in a9e9a9f has made a run of pgindent on
these files a bit annoying to handle. So let's clean up a bit the area,
first, to ease the work on follow-up patches.

Discussion: https://postgr.es/m/9e5a8ccddb8355ea9fa4b75a1e3a9edc88a70cd3.camel@vmware.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b6dfee28f2b44e28b123b77a91fb05c47da63501

Modified Files
--------------
src/interfaces/libpq/fe-auth-scram.c | 2 +-
src/interfaces/libpq/fe-auth.c | 8 +--
src/interfaces/libpq/fe-connect.c | 110 +++++++++++++++++------------------
3 files changed, 60 insertions(+), 60 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-03-09 07:15:48 pgsql: Disallow specifying ICU rules unless locale provider is ICU
Previous Message Thomas Munro 2023-03-09 04:33:17 pgsql: Fix race in SERIALIZABLE READ ONLY.