diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-05-19 09:44:17 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-05-19 09:44:17 +0900 |
commit | 11b2dc37097f981b523ccca2b46a3e7b1a5e0a97 (patch) | |
tree | edb11fced484c8a388a275846102d448d748d0f3 /src | |
parent | 3d3a81fc24b07f04df81d898f6b4e85c553ef604 (diff) | |
download | postgresql-11b2dc37097f981b523ccca2b46a3e7b1a5e0a97.tar.gz postgresql-11b2dc37097f981b523ccca2b46a3e7b1a5e0a97.zip |
ecpg: Add missing newline in meson.build
Noticed while performing a routine sanity check of the files in the
tree. Issue introduced by 28f04984f0c2.
Discussion: https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/preproc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/meson.build b/src/interfaces/ecpg/preproc/meson.build index c9f4035053d..aa948efc0dc 100644 --- a/src/interfaces/ecpg/preproc/meson.build +++ b/src/interfaces/ecpg/preproc/meson.build @@ -98,4 +98,4 @@ tests += { ], 'deps': [ecpg_exe], }, -}
\ No newline at end of file +} |