Skip to content

Commit

Permalink
Fix SCons whitespace issue (tabs/spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Aug 10, 2019
1 parent 4f1bdc3 commit 8a94cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/depends.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def configure(self, build, conf):
return

def sources(self, build):
if build.platform_is_osx:
return ['util/filepathurl.mm']
if build.platform_is_osx:
return ['util/filepathurl.mm']
return []


Expand Down

0 comments on commit 8a94cf5

Please sign in to comment.