Skip to content

Commit 8a94cf5

Browse files
committed
Fix SCons whitespace issue (tabs/spaces)
1 parent 4f1bdc3 commit 8a94cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/depends.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def configure(self, build, conf):
3030
return
3131

3232
def sources(self, build):
33-
if build.platform_is_osx:
34-
return ['util/filepathurl.mm']
33+
if build.platform_is_osx:
34+
return ['util/filepathurl.mm']
3535
return []
3636

3737

0 commit comments

Comments
 (0)