remove a tab

This commit is contained in:
William Hubbs 2021-12-31 10:56:42 -06:00
parent 5e9797035b
commit 29477075c8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project('OpenRC', 'c',
license: 'BSD-2',
default_options : [
'c_std=c99',
'prefix=/usr',
'prefix=/usr',
'warning_level=3',
],
meson_version : '>=0.53.0')