From 23e7b38bfe396f919fdb66057174d29e17086418 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 12 May 2022 15:17:30 -0400 Subject: Pre-beta mechanical code beautification. Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified. --- src/interfaces/libpq/fe-secure-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/libpq/fe-secure-common.c') diff --git a/src/interfaces/libpq/fe-secure-common.c b/src/interfaces/libpq/fe-secure-common.c index 165a6ed9b7b..8046fcd884a 100644 --- a/src/interfaces/libpq/fe-secure-common.c +++ b/src/interfaces/libpq/fe-secure-common.c @@ -203,6 +203,7 @@ pq_verify_peer_name_matches_certificate_ip(PGconn *conn, match = 1; } } + /* * If they don't have inet_pton(), skip this. Then, an IPv6 address in a * certificate will cause an error. -- cgit v1.2.3