Skip to content

Commit

Permalink
Fix whitespace issues in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Mar 4, 2021
1 parent d3ac33a commit 4489ea4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project(
'xdg-desktop-portal-wlr',
'c',
version : '0.2.0',
license : 'MIT',
meson_version : '>=0.50.0',
default_options : ['c_std=c11', 'warning_level=2', 'werror=true']
'xdg-desktop-portal-wlr',
'c',
version: '0.2.0',
license: 'MIT',
meson_version: '>=0.50.0',
default_options: ['c_std=c11', 'warning_level=2', 'werror=true'],
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 4489ea4

Please sign in to comment.