Fix all trailing spaces for custom guidelines

There are several trailing spaces error raised by
custom guidelines check. Need to fix them for successful
pep8 running.

implements bp custom-guidelines

Change-Id: Ibf50208155315e75795d7b9c8a8dbe487f9046ac
This commit is contained in:
Peter Razumovsky
2016-02-18 15:47:17 +03:00
parent 753f4c65e2
commit a5338c90c3
8 changed files with 20 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ from heat.engine import support
class HeatCustomGuidelines(object):
_RULES = ['resource_descriptions']
_RULES = ['resource_descriptions', 'trailing_spaces']
def __init__(self, exclude):
self.error_count = 0