diff options
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r-- | clang/lib/Format/Format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index fb931490dc7..b6b726cfb21 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -674,7 +674,7 @@ private: State.Stack.back().Indent = State.Column; else if (Previous.opensScope()) { // If a function has multiple parameters (including a single parameter - // that is a binary expression) or a trailing call, indented all + // that is a binary expression) or a trailing call, indent all // parameters from the opening parenthesis. This avoids confusing // indents like: // OuterFunction(InnerFunctionCall( |