diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 13:06:02 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 13:06:02 +0200 |
commit | af492eb6d6c90cf470c544083d3b6b3648f1bea2 (patch) | |
tree | 2eb5da7be9fd693078148023d73e941ddf283295 /src | |
parent | 74668cbf0fcc356faef271aa2fb42896e323f8b1 (diff) | |
download | postgresql-af492eb6d6c90cf470c544083d3b6b3648f1bea2.tar.gz postgresql-af492eb6d6c90cf470c544083d3b6b3648f1bea2.zip |
meson: Make some Meson style more consistent with surrounding code
Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
Diffstat (limited to 'src')
-rw-r--r-- | src/include/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/meson.build b/src/include/meson.build index 33c0a5562c6..d7e1ecd4c96 100644 --- a/src/include/meson.build +++ b/src/include/meson.build @@ -89,7 +89,7 @@ install_headers( 'c.h', 'port.h', 'postgres_fe.h', - install_dir: dir_include_internal + install_dir: dir_include_internal, ) install_headers( |