[clang-format] Add InsertBraces to operator== in Format.h
authorOwen Pan <owenpiano@gmail.com>
Thu, 22 Dec 2022 10:24:01 +0000 (02:24 -0800)
committerOwen Pan <owenpiano@gmail.com>
Thu, 22 Dec 2022 10:28:25 +0000 (02:28 -0800)
clang/include/clang/Format/Format.h

index 8b11ae6..8949520 100644 (file)
@@ -4088,6 +4088,7 @@ struct FormatStyle {
            IndentRequiresClause == R.IndentRequiresClause &&
            IndentWidth == R.IndentWidth &&
            IndentWrappedFunctionNames == R.IndentWrappedFunctionNames &&
+           InsertBraces == R.InsertBraces &&
            JavaImportGroups == R.JavaImportGroups &&
            JavaScriptQuotes == R.JavaScriptQuotes &&
            JavaScriptWrapImports == R.JavaScriptWrapImports &&