Fix format errors found by autopep8.
Most of them are whitespace error.
BUG=None
TEST=make test
Change-Id: I3850dbf1ecc567e8c4bf1d00aba94f844328cbc3
Reviewed-on: https://chromium-review.googlesource.com/1218307
Commit-Ready: Pi-Hsun Shih <pihsun@chromium.org>
Tested-by: Pi-Hsun Shih <pihsun@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
diff --git a/py/gooftool/commands.py b/py/gooftool/commands.py
index 9329d28..d2dbcd5 100755
--- a/py/gooftool/commands.py
+++ b/py/gooftool/commands.py
@@ -348,7 +348,7 @@
section_data = fw.GetFirmwareImage(
sections=[wp_section]).get_section_area(wp_section)
- ro_offset, ro_size = section_data[0 : 2]
+ ro_offset, ro_size = section_data[0:2]
logging.debug('write protecting %s [off=%x size=%x]', fw.target.upper(),
ro_offset, ro_size)