Skip to content

Commit ead6703

Browse files
committed
Format: address review comments on initial values
1 parent 8a6a247 commit ead6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Format/Format.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) {
14961496
FormatStyle LLVMStyle;
14971497
LLVMStyle.AccessModifierOffset = -2;
14981498
LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align;
1499-
LLVMStyle.AlignAfterOpenBracketBreak = {};
1499+
LLVMStyle.AlignAfterOpenBracketBreak = {false, false, false};
15001500
LLVMStyle.AlignArrayOfStructures = FormatStyle::AIAS_None;
15011501
LLVMStyle.AlignConsecutiveAssignments = {};
15021502
LLVMStyle.AlignConsecutiveAssignments.PadOperators = true;

0 commit comments

Comments
 (0)