projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3a81f
)
ecpg: Add missing newline in meson.build
author
Michael Paquier
Mon, 19 May 2025 00:44:17 +0000
(09:44 +0900)
committer
Michael Paquier
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
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/meson.build
b/src/interfaces/ecpg/preproc/meson.build
index c9f4035053d6f9fa8d507097e61b64a039094858..aa948efc0dce88c0459f51d29954326d6b8a2840 100644
(file)
--- 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
+}