PEP8 format spacing

This commit is contained in:
Chris Simpkins 2020-02-08 00:31:12 -05:00
parent 85e3661214
commit 814aa0667b

View File

@ -157,6 +157,7 @@ def start_watchdog():
# ~main
####################################################################################################
if len(sys.argv) != 3:
print("usage: python lldb_batchmode.py target-path script-path")
sys.exit(1)