From: Michael Paquier Date: Mon, 19 May 2025 00:44:17 +0000 (+0900) Subject: ecpg: Add missing newline in meson.build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11b2dc37097f981b523ccca2b46a3e7b1a5e0a97;p=thirdparty%2Fpostgresql.git 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 --- 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 +}