diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-11-19 10:41:28 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-11-19 10:41:28 +0100 |
| commit | 86b276a4a9b4b2c63ef00765f0e2867e1bcac4ca (patch) | |
| tree | c2c42e10f14aa2975fef8bf60f68c63a999c4331 /src | |
| parent | 0fc33b00536cf395b44260b6fc76b6b1d6fc0bcb (diff) | |
Fix indentation
for commit 0fc33b00536
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/utils/misc/guc.c | 12 |
1 files 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, |
