Skip to content

Commit

Permalink
Fix typo (first commit to test commit access).
Browse files Browse the repository at this point in the history
llvm-svn: 207775
  • Loading branch information
dkdwivedi committed May 1, 2014
1 parent a7c9ed5 commit 0db806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Format/ContinuationIndenter.cpp
Expand Up @@ -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) ||
Expand Down

0 comments on commit 0db806b

Please sign in to comment.