Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
artfwo authored Mar 13, 2020
1 parent f8c4b35 commit 51dbdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third-party/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def build_uv(ctx):
'-Wno-maybe-uninitialized',
'-Wno-unused-but-set-variable',
'-Wno-unused-variable',
'-Wno-cast-function-type',
'-Wno-unknown-pragmas',
'-Wno-return-type',
'-Wno-cast-function-type',
'-Wno-unknown-pragmas',
'-Wno-return-type',

'-fno-strict-aliasing']

Expand Down

0 comments on commit 51dbdc4

Please sign in to comment.