diff options
author | David Robillard <d@drobilla.net> | 2023-05-26 19:32:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-26 19:32:20 -0400 |
commit | 70ca6e6138589c1c24ea3e22eff96cfbd1c06d34 (patch) | |
tree | d5b9eeadaf24ef0423cf4758c976dc520b8a5484 | |
parent | e493446eee14980e8747486300dabd02595b987a (diff) | |
download | pugl-70ca6e6138589c1c24ea3e22eff96cfbd1c06d34.tar.gz pugl-70ca6e6138589c1c24ea3e22eff96cfbd1c06d34.tar.bz2 pugl-70ca6e6138589c1c24ea3e22eff96cfbd1c06d34.zip |
Fix inconsistent whitespace
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index bca000a..fb4ae7d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC option('cairo', type: 'feature', value: 'auto', - description : 'Enable support for the Cairo graphics API') + description: 'Enable support for the Cairo graphics API') option('examples', type: 'feature', value: 'auto', yield: true, description: 'Build example programs') @@ -17,7 +17,7 @@ option('lint', type: 'boolean', value: false, yield: true, description: 'Run code quality checks') option('opengl', type: 'feature', value: 'auto', - description : 'Enable support for the OpenGL graphics API') + description: 'Enable support for the OpenGL graphics API') option('stub', type: 'boolean', value: true, description: 'Build stub backend') @@ -26,4 +26,4 @@ option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') option('vulkan', type: 'feature', value: 'auto', - description : 'Enable support for the Vulkan graphics API') + description: 'Enable support for the Vulkan graphics API') |