From 3b48ba756639cb46e5c8de74b563b7e1fa9e1cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 3 May 2019 23:10:27 +0200 Subject: [PATCH] meson: fold long line --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 25ffb36..748c2c7 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,8 @@ project('f00bar', 'c', add_project_arguments( ['-D_GNU_SOURCE', '-Wno-unused-result'] + - (get_option('core-plugins-as-shared-libraries') ? ['-DCORE_PLUGINS_AS_SHARED_LIBRARIES'] : []), + (get_option('core-plugins-as-shared-libraries') ? + ['-DCORE_PLUGINS_AS_SHARED_LIBRARIES'] : []), language: 'c', )