From da256a4a7fdcca35fe7ca808686ad3de6ee22306 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 14 May 2024 16:34:50 -0400 Subject: Pre-beta mechanical code beautification. Run pgindent, pgperltidy, and reformat-dat-files. The pgindent part of this is pretty small, consisting mainly of fixing up self-inflicted formatting damage from patches that hadn't bothered to add their new typedefs to typedefs.list. In order to keep it from making anything worse, I manually added a dozen or so typedefs that appeared in the existing typedefs.list but not in the buildfarm's list. Perhaps we should formalize that, or better find a way to get those typedefs into the automatic list. pgperltidy is as opinionated as always, and reformat-dat-files too. --- contrib/sepgsql/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sepgsql/label.c') diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index d70d39ae355..c790bc6b100 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -67,7 +67,7 @@ typedef struct { SubTransactionId subid; char *label; -} pending_label; +} pending_label; /* * sepgsql_get_client_label -- cgit v1.2.3