aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 18:53:15 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 18:53:15 -0400
commitf6f0ecfa0aa9872a582e22f2b839d500105aafa1 (patch)
treef4eae44cd0de87ee9e94bc8ffc76e55ecb28409b /examples
parenta347ffd2f45feb4e180dd470046436f51591bd91 (diff)
downloadpugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.tar.gz
pugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.tar.bz2
pugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.zip
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'examples')
-rw-r--r--examples/meson.build6
-rw-r--r--examples/pugl_shader_demo.app/MacOS/meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 5c995a9..aa04e80 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -72,9 +72,9 @@ if get_option('warning_level') == 'everything' and is_variable('cpp')
]
elif cpp.get_id() == 'msvc'
example_cpp_args += [
- '/wd4355', # 'this' used in base member initializer list
- '/wd4868', # may not enforce left-to-right evaluation order
- '/wd5246', # subobject initialization should be wrapped in braces
+ '/wd4355', # 'this' used in base member initializer list
+ '/wd4868', # may not enforce left-to-right evaluation order
+ '/wd5246', # subobject initialization should be wrapped in braces
]
endif
diff --git a/examples/pugl_shader_demo.app/MacOS/meson.build b/examples/pugl_shader_demo.app/MacOS/meson.build
index 0731864..d3d0755 100644
--- a/examples/pugl_shader_demo.app/MacOS/meson.build
+++ b/examples/pugl_shader_demo.app/MacOS/meson.build
@@ -11,5 +11,5 @@ executable(
c_args: example_defines + example_c_args,
cpp_args: example_defines + example_cpp_args,
dependencies: [pugl_dep, pugl_gl_dep, dl_dep],
- include_directories: include_directories('../../..'),
+ include_directories: include_directories('../../..'),
)