ecpg: Add missing newline in meson.build
authorMichael Paquier <michael@paquier.xyz>
Mon, 19 May 2025 00:44:17 +0000 (09:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 19 May 2025 00:44:17 +0000 (09:44 +0900)
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

src/interfaces/ecpg/preproc/meson.build

index c9f4035053d6f9fa8d507097e61b64a039094858..aa948efc0dce88c0459f51d29954326d6b8a2840 100644 (file)
@@ -98,4 +98,4 @@ tests += {
     ],
     'deps': [ecpg_exe],
   },
-}
\ No newline at end of file
+}