util: clean up and extend style checker
authorSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 7 Feb 2016 01:21:18 +0000 (17:21 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 7 Feb 2016 01:21:18 +0000 (17:21 -0800)
commitc8c82f09a282832d919f7eb073a47be838e65b29
tree57d2108fd5137a050f17e25422f760f3d543267b
parent9979355539fce2314495b421f79dcc86f95a6170
util: clean up and extend style checker

Added a new Verifier object to check for and fix spacing
between if/while/for and following paren.

Restructured Verifier class to make it easier to add
new subclasses, particularly by using a global list of
verifiers to auto-generate command line options and
simplify the invocation loop.
util/style.py