mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
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.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user