diff options
author | David Robillard <d@drobilla.net> | 2023-05-03 10:08:00 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-03 10:14:00 -0400 |
commit | aca5c2512c94b605f3360bea364553e569b72616 (patch) | |
tree | 78fe285cca1ab73b654124ea5784d773307d19fc /examples/pugl_cairo_demo.app | |
parent | e6b135279a6389c1a1e7df31f7ae9795bd0cd0af (diff) | |
download | pugl-aca5c2512c94b605f3360bea364553e569b72616.tar.gz pugl-aca5c2512c94b605f3360bea364553e569b72616.tar.bz2 pugl-aca5c2512c94b605f3360bea364553e569b72616.zip |
Use consistent meson formatting everywhere
Diffstat (limited to 'examples/pugl_cairo_demo.app')
-rw-r--r-- | examples/pugl_cairo_demo.app/meson.build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/pugl_cairo_demo.app/meson.build b/examples/pugl_cairo_demo.app/meson.build index 875229d..04f67c8 100644 --- a/examples/pugl_cairo_demo.app/meson.build +++ b/examples/pugl_cairo_demo.app/meson.build @@ -4,8 +4,10 @@ config = configuration_data() config.set('NAME', 'pugl_cairo_demo') -info_plist = configure_file(configuration: config, - input: files('../../resources/Info.plist.in'), - output: 'Info.plist') +info_plist = configure_file( + configuration: config, + input: files('../../resources/Info.plist.in'), + output: 'Info.plist', +) subdir('MacOS') |