waflib: fix wrong identation.

This commit is contained in:
Andrey Akhmichin
2019-06-01 18:59:24 +03:00
committed by Alibek Omarov
parent 1ffc593993
commit 37181e410f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ def get_git_version():
except Exception as e:
pass
if(len(version) == 0):
version = None
if(len(version) == 0):
version = None
return version