From 70ca6e6138589c1c24ea3e22eff96cfbd1c06d34 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 May 2023 19:32:09 -0400 Subject: Fix inconsistent whitespace --- meson_options.txt | 6 +++--- 1 file 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') -- cgit v1.2.1