style: Make the style fixers safe
Review Request #3540 - Created July 1, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Jason Lowe-Power | |
| gem5 | |
| Reviewers | |
| Default | |
Adds a wrapper to the fix functions of the verifiers. This wrapper first
copies the original file to a backup file, then performs the fix. If an
error occurs, the backup file is used to restore the original file.Also fixed a line-length error in verifiers.py
