1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Remove extra space before colons in meson.build files.

The spacing was not consistent so use the style that best matches our general coding standards.
This commit is contained in:
David Steele
2024-03-27 09:53:49 +11:00
parent 7877983acb
commit 014e24889c
6 changed files with 11 additions and 11 deletions

View File

@ -3,11 +3,11 @@
####################################################################################################################################
interface_auto_c_inc = custom_target(
'interface.auto.c.inc',
output : 'interface.auto.c.inc',
output: 'interface.auto.c.inc',
depend_files: [
'../build/postgres/postgres.yaml',
],
command : [
command: [
build_code,
'postgres',
'@CURRENT_SOURCE_DIR@/../..',