Fix typo (first commit to test commit access).

llvm-svn: 207775
This commit is contained in:
Dinesh Dwivedi 2014-05-01 17:19:34 +00:00
parent a7c9ed57d9
commit 0db806b7f9
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
// Insert scopes created by fake parenthesis.
const FormatToken *Previous = Current.getPreviousNonComment();
// Don't add extra indentation for the first fake parenthesis after
// 'return', assignements or opening <({[. The indentation for these cases
// 'return', assignments or opening <({[. The indentation for these cases
// is special cased.
bool SkipFirstExtraIndent =
(Previous && (Previous->opensScope() || Previous->is(tok::kw_return) ||