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