Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
git-svn-id: http://cppclean.googlecode.com/svn/trunk@281 806ff5bb-693f-0410-b502-81bc3482ff28
  • Loading branch information
nnorwitz committed Jun 2, 2009
1 parent 8dbd6c7 commit e5ad1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/cpp/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def _GenerateOne(self, token):
parts = self.converter.DeclarationToParts(temp_tokens, True)
(name, type_name, templated_types, modifiers, default,
unused_other_tokens) = parts

t0 = temp_tokens[0]
names = [t.name for t in temp_tokens]
if templated_types:
Expand Down

0 comments on commit e5ad1ce

Please sign in to comment.