From c1ac19d00d0a422d71198813fba5cc88894a29a7 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 9 Sep 2019 17:58:42 -0700 Subject: [PATCH] build: whitespace cleanup --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3a3f1f57..1e8db587 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('sysprof', ['c', 'cpp'], - license: ['GPL3+', 'GPL2+'], + license: ['GPL3+', 'GPL2+'], version: '3.33.92', - meson_version: '>=0.50.0', + meson_version: '>=0.50.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11', 'warning_level=2',