summaryrefslogtreecommitdiff
path: root/src/pl/plpython
diff options
context:
space:
mode:
authorPeter Eisentraut2024-05-14 07:15:31 +0000
committerPeter Eisentraut2024-05-14 07:21:17 +0000
commit2e810bdb7f0a32329a7f3868fae6e81cacc3cd04 (patch)
tree573bb161daaf04c66a17afbc4cd69280f2c9ac96 /src/pl/plpython
parente87e7324555a93d7645e831209eee3404b9c05d3 (diff)
Make formatting in nls.mk files more consistent
Some of the nls.mk files used different indentation or line breaks than the majority, which makes editing these files unnecessarily confusing.
Diffstat (limited to 'src/pl/plpython')
-rw-r--r--src/pl/plpython/nls.mk13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/pl/plpython/nls.mk b/src/pl/plpython/nls.mk
index e7a25ca0136..f6aafcf2494 100644
--- a/src/pl/plpython/nls.mk
+++ b/src/pl/plpython/nls.mk
@@ -12,9 +12,12 @@ GETTEXT_FILES = plpy_cursorobject.c \
plpy_subxactobject.c \
plpy_typeio.c \
plpy_util.c
-GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
+GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
+ PLy_elog:2 \
+ PLy_exception_set:2 \
+ PLy_exception_set_plural:2,3
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
- PLy_elog:2:c-format \
- PLy_exception_set:2:c-format \
- PLy_exception_set_plural:2:c-format \
- PLy_exception_set_plural:3:c-format
+ PLy_elog:2:c-format \
+ PLy_exception_set:2:c-format \
+ PLy_exception_set_plural:2:c-format \
+ PLy_exception_set_plural:3:c-format