bmap-tools: do not use extra spaces to comply with PEP8
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 05:18:39 +0000 (08:18 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 05:32:55 +0000 (08:32 +0300)
commit9e0c19f2aa359f1db3e41f21dea9403e35188d23
tree515e12e811afcb0f44db40dd732c9793e2d6a6ec
parentb677fd256e2d01a300f38f31874c3ae993ef698f
bmap-tools: do not use extra spaces to comply with PEP8

Apparently in python it is preferrable to avoid white-spaces when specifying
the default values.

Change-Id: I6d70de456358278df270e4107e90f760e8041b8d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
bmaptools/BmapCopy.py
bmaptools/BmapCreate.py
bmaptools/Fiemap.py
bmaptools/TransRead.py
setup.py
tests/helpers.py
tests/test_api_base.py
tests/test_fiemap.py