Skip to content

Commit 86b276a

Browse files
committed
Fix indentation
for commit 0fc33b0
1 parent 0fc33b0 commit 86b276a

File tree

1 file changed

+10
-2
lines changed
  • src/backend/utils/misc

1 file changed

+10
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,9 +3136,17 @@ parse_and_validate_value(const struct config_generic *record,
31363136

31373137
hintmsg = config_enum_get_options(conf,
31383138
_("Available values: "),
3139-
/* translator: This is the terminator of a list of entity names. */
3139+
3140+
/*
3141+
* translator: This is the terminator of a list of entity
3142+
* names.
3143+
*/
31403144
_("."),
3141-
/* translator: This is a separator in a list of entity names. */
3145+
3146+
/*
3147+
* translator: This is a separator in a list of entity
3148+
* names.
3149+
*/
31423150
_(", "));
31433151

31443152
ereport(elevel,

0 commit comments

Comments
 (0)