mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
Fix whitespace issues in meson.build
This commit is contained in:
parent
d3ac33a0aa
commit
4489ea4bb6
1 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ project(
|
|||
version: '0.2.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.50.0',
|
||||
default_options : ['c_std=c11', 'warning_level=2', 'werror=true']
|
||||
default_options: ['c_std=c11', 'warning_level=2', 'werror=true'],
|
||||
)
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
Loading…
Reference in a new issue