Make formatting in nls.mk files more consistent

Peter Eisentraut <peter@eisentraut.org>

Commit: 2e810bdb7f0a32329a7f3868fae6e81cacc3cd04
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-05-14T07:21:17Z
Releases: 17.0
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.

Files

PathChange+/−
src/backend/nls.mk modified +18 −18
src/bin/pg_combinebackup/nls.mk modified +6 −6
src/bin/pg_dump/nls.mk modified +3 −2
src/bin/pg_rewind/nls.mk modified +3 −2
src/bin/pg_upgrade/nls.mk modified +10 −7
src/bin/pg_waldump/nls.mk modified +3 −2
src/pl/plpython/nls.mk modified +8 −5