@@ -1315,7 +1315,6 @@ static void expandPresetsBraceWrapping(FormatStyle &Expanded) {
1315
1315
Expanded.BraceWrapping .AfterStruct = true ;
1316
1316
Expanded.BraceWrapping .AfterUnion = true ;
1317
1317
Expanded.BraceWrapping .AfterExternBlock = true ;
1318
- Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock;
1319
1318
Expanded.BraceWrapping .SplitEmptyFunction = true ;
1320
1319
Expanded.BraceWrapping .SplitEmptyRecord = false ;
1321
1320
break ;
@@ -1335,7 +1334,6 @@ static void expandPresetsBraceWrapping(FormatStyle &Expanded) {
1335
1334
Expanded.BraceWrapping .AfterStruct = true ;
1336
1335
Expanded.BraceWrapping .AfterUnion = true ;
1337
1336
Expanded.BraceWrapping .AfterExternBlock = true ;
1338
- Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock;
1339
1337
Expanded.BraceWrapping .BeforeCatch = true ;
1340
1338
Expanded.BraceWrapping .BeforeElse = true ;
1341
1339
Expanded.BraceWrapping .BeforeLambdaBody = true ;
@@ -1350,7 +1348,6 @@ static void expandPresetsBraceWrapping(FormatStyle &Expanded) {
1350
1348
Expanded.BraceWrapping .AfterObjCDeclaration = true ;
1351
1349
Expanded.BraceWrapping .AfterStruct = true ;
1352
1350
Expanded.BraceWrapping .AfterExternBlock = true ;
1353
- Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock;
1354
1351
Expanded.BraceWrapping .BeforeCatch = true ;
1355
1352
Expanded.BraceWrapping .BeforeElse = true ;
1356
1353
Expanded.BraceWrapping .BeforeLambdaBody = true ;
@@ -1375,7 +1372,6 @@ static void expandPresetsBraceWrapping(FormatStyle &Expanded) {
1375
1372
/* SplitEmptyFunction=*/ true ,
1376
1373
/* SplitEmptyRecord=*/ true ,
1377
1374
/* SplitEmptyNamespace=*/ true };
1378
- Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock;
1379
1375
break ;
1380
1376
case FormatStyle::BS_WebKit:
1381
1377
Expanded.BraceWrapping .AfterFunction = true ;
@@ -1909,7 +1905,6 @@ FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) {
1909
1905
Style.BraceWrapping .AfterObjCDeclaration = true ;
1910
1906
Style.BraceWrapping .AfterStruct = true ;
1911
1907
Style.BraceWrapping .AfterExternBlock = true ;
1912
- Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock;
1913
1908
Style.BraceWrapping .BeforeCatch = true ;
1914
1909
Style.BraceWrapping .BeforeElse = true ;
1915
1910
Style.BraceWrapping .BeforeWhile = false ;
0 commit comments