style: Fix incorrect style checker option name
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 11 Feb 2015 15:23:33 +0000 (10:23 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 11 Feb 2015 15:23:33 +0000 (10:23 -0500)
commit267443fa2231841d9e2f9253942a5a1c18cd8c55
tree3592122596c71ea4438d1b7c8fcf35a5f4f9ea0d
parent9738f34411a83bdb0b559d3be5d0f3b4d86ebd55
style: Fix incorrect style checker option name

The style used to support the option -w to automatically fix white
space issues. However, this option was actually wired up to fix all
styles issues the checker encountered. This changeset cleans up the
code that handles automatic fixing and adds an option to fix all
issues, and separate options for white spaces and include ordering.
util/style.py