From 86b276a4a9b4b2c63ef00765f0e2867e1bcac4ca Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Nov 2025 10:41:28 +0100 Subject: [PATCH] Fix indentation for commit 0fc33b00536 --- src/backend/utils/misc/guc.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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,