diff options
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r-- | lib/Format/Format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index 49913aee2e..8f77c77a8e 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -345,7 +345,7 @@ private: if (Left.Tok.is(tok::semi) || Left.Tok.is(tok::comma)) return 0; if (Left.Tok.is(tok::l_paren)) - return 2; + return 20; prec::Level Level = getPrecedence(Line.Tokens[Index]); if (Level != prec::Unknown) |