mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
waflib: fix wrong identation.
This commit is contained in:
committed by
Alibek Omarov
parent
1ffc593993
commit
37181e410f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user