Fix indentation
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 19 Nov 2025 09:41:28 +0000 (10:41 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 19 Nov 2025 09:41:28 +0000 (10:41 +0100)
for commit 0fc33b00536

src/backend/utils/misc/guc.c

index 526a57a16f878c0571ae4cda697a1ae5aa1d6148..c6484aea087c9f6f2ce43571b2bdc0e96140bf6a 100644 (file)
@@ -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,