From: Peter Eisentraut Date: Wed, 19 Nov 2025 09:41:28 +0000 (+0100) Subject: Fix indentation X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=86b276a4a9b4b2c63ef00765f0e2867e1bcac4ca;p=postgresql.git Fix indentation for commit 0fc33b00536 --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 526a57a16f8..c6484aea087 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -3136,9 +3136,17 @@ parse_and_validate_value(const struct config_generic *record, hintmsg = config_enum_get_options(conf, _("Available values: "), - /* translator: This is the terminator of a list of entity names. */ + + /* + * translator: This is the terminator of a list of entity + * names. + */ _("."), - /* translator: This is a separator in a list of entity names. */ + + /* + * translator: This is a separator in a list of entity + * names. + */ _(", ")); ereport(elevel,