1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +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
+2 -2
View File
@@ -3,11 +3,11 @@
####################################################################################################################################
test_parse_auto_c_inc = custom_target(
'test_parse.auto.c.inc',
output : 'parse.auto.c.inc',
output: 'parse.auto.c.inc',
depend_files: [
'../build/config/config.yaml',
],
command : [
command: [
build_code,
'config',
'@CURRENT_SOURCE_DIR@/../..',