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/utils/pygpt.py b/py/utils/pygpt.py
index 962994b..b51910f 100755
--- a/py/utils/pygpt.py
+++ b/py/utils/pygpt.py
@@ -292,7 +292,7 @@
def __repr__(self):
return '(%s: %s)' % (type(self).__name__, ', '.join(
- '%s=%r' %(f, getattr(self, f)) for f in self.__slots__))
+ '%s=%r' % (f, getattr(self, f)) for f in self.__slots__))
@classmethod
def GetStructFormat(cls):