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

Started by Michael Paquierover 3 years ago3 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Michael Paquier (#1)
Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

On 2023-Mar-09, Michael Paquier wrote:

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

Please add this commit to .git-blame-ignore-revs.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Having your biases confirmed independently is how scientific progress is
made, and hence made our great society what it is today" (Mary Gardiner)

#3Michael Paquier
michael@paquier.xyz
In reply to: Alvaro Herrera (#2)
Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

On Thu, Mar 09, 2023 at 10:34:12AM +0100, Alvaro Herrera wrote:

Please add this commit to .git-blame-ignore-revs.

Thanks, done.
--
Michael