diff options
author | Thomas White <taw@physics.org> | 2019-02-03 18:19:56 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-16 15:15:49 +0200 |
commit | 419794f27cc898ef423a697c996099839a85f040 (patch) | |
tree | 2d31b2ebc71bcae5d429512ac56797fbcf484026 /meson.build | |
parent | b3cab8692a06dd1f8f2f07d45cd605731e388a5f (diff) |
Formatting fussiness
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f34ff71c..10c5dc29 100644 --- a/meson.build +++ b/meson.build @@ -162,7 +162,7 @@ quote_fmt_c = custom_target('quote_fmt.c', depends : quote_fmt_parse_c, command : [flex, '--outfile=@OUTPUT0@', '--header-file=@OUTPUT1@', - '-P', 'quote_fmt', + '-P', 'quote_fmt', '@INPUT@']) glibgenmarshal = find_program('glib-genmarshal') |