utils/genrandconfig: fix flake8 warnings
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 21:25:42 +0000 (22:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 21:25:42 +0000 (22:25 +0100)
commite6a10b0284d746809330e2011df83e72491a45fa
tree3b4a9a47ab43dfd0cb8b8fe0e556b58f4f8f01a6
parent4073f2ae0e32e14981d47c6151274c3fd5ad9894
utils/genrandconfig: fix flake8 warnings

Fixes:

utils/genrandconfig:369:17: E231 missing whitespace after ','
utils/genrandconfig:370:1: E101 indentation contains mixed spaces and tabs
utils/genrandconfig:370:1: W191 indentation contains tabs
utils/genrandconfig:372:1: E101 indentation contains mixed spaces and tabs

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/genrandconfig