utils: pycodestyle fix

Fix a bug flagged by pycodestyle.

Change-Id: I4833b0c294df2f4b6690debdcd6fbb2e312fe70e
Tested: No functional change, whitespace only.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed
tree: a78e2a4a332f0d5f239856e3cee35b6a0ce67b2b
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.cfg
  12. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.