diff options
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r-- | clang/lib/Format/Format.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index d66145fd885..896ecad60f5 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -396,7 +396,6 @@ static FormatStyle expandPresets(const FormatStyle &Style) { Expanded.BraceWrapping.AfterClass = true; Expanded.BraceWrapping.AfterFunction = true; Expanded.BraceWrapping.AfterNamespace = true; - Expanded.BraceWrapping.BeforeElse = true; break; case FormatStyle::BS_Mozilla: Expanded.BraceWrapping.AfterClass = true; @@ -427,7 +426,6 @@ static FormatStyle expandPresets(const FormatStyle &Style) { break; case FormatStyle::BS_WebKit: Expanded.BraceWrapping.AfterFunction = true; - Expanded.BraceWrapping.BeforeElse = true; break; default: break; |