donate-cpu.py: Fix indentation
This commit is contained in:
parent
19e979315f
commit
7ff0968853
|
@ -34,8 +34,8 @@ def checkRequirements():
|
|||
try:
|
||||
subprocess.call([app, '--version'])
|
||||
except OSError:
|
||||
print(app + ' is required')
|
||||
result = False
|
||||
print(app + ' is required')
|
||||
result = False
|
||||
return result
|
||||
|
||||
def getCppcheck(cppcheckPath):
|
||||
|
|
Loading…
Reference in New Issue