fix(cmake/Modules/cpplint.py): delete ending colon

Delete the erroneous ending colon.
This commit is contained in:
Favonia 2015-01-21 19:37:13 -05:00 committed by Leonardo de Moura
parent 51c771f334
commit a2f30322a9

View file

@ -3800,7 +3800,7 @@ def CheckForIncludeWhatYouUse(filename, clean_lines, include_state, error,
# include_state is modified during iteration, so we iterate over a copy of
# the keys.
header_keys = list(include_state):
header_keys = list(include_state)
for header in header_keys:
(same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
fullpath = common_path + header