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.postgresql.org/gitweb/?a=commitdiff_plain;h=11b2dc37097f981b523ccca2b46a3e7b1a5e0a97;p=users%2Frhaas%2Fpostgres.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 c9f4035053..aa948efc0d 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 +}