QuickFix: Add braces to a single-line if statement.

This commit is contained in:
Christian Kamm
2009-11-20 15:24:13 +01:00
parent 2d608342fd
commit bc92b63ee1
2 changed files with 86 additions and 14 deletions

View File

@@ -86,6 +86,7 @@ protected:
int endOf(const CPlusPlus::AST *ast) const;
bool contains(unsigned tokenIndex) const;
bool contains(const CPlusPlus::AST *ast) const;
void move(int start, int end, int to);
void move(unsigned tokenIndex, int to);