@@ -654,27 +654,27 @@ TEST(ConfigParseTest, ParsesConfiguration) {
654
654
Style.SpacesInParens = FormatStyle::SIPO_Never;
655
655
Style.SpacesInParensOptions = {};
656
656
CHECK_PARSE (" SpacesInParentheses: true" , SpacesInParensOptions,
657
- FormatStyle::SpacesInParensCustom (FormatStyle::SIPCS_Always,
658
- FormatStyle::SIPCS_Always, FormatStyle::SIPCS_Never, false ,
659
- FormatStyle::SIPCS_Always));
657
+ FormatStyle::SpacesInParensCustom (
658
+ FormatStyle::SIPCS_Always, FormatStyle::SIPCS_Always ,
659
+ FormatStyle::SIPCS_Never, false , FormatStyle::SIPCS_Always));
660
660
Style.SpacesInParens = FormatStyle::SIPO_Never;
661
661
Style.SpacesInParensOptions = {};
662
662
CHECK_PARSE (" SpacesInConditionalStatement: true" , SpacesInParensOptions,
663
- FormatStyle::SpacesInParensCustom (FormatStyle::SIPCS_Never,
664
- FormatStyle::SIPCS_Always , FormatStyle::SIPCS_Never, false ,
665
- FormatStyle::SIPCS_Never));
663
+ FormatStyle::SpacesInParensCustom (
664
+ FormatStyle::SIPCS_Never , FormatStyle::SIPCS_Always ,
665
+ FormatStyle::SIPCS_Never, false , FormatStyle::SIPCS_Never));
666
666
Style.SpacesInParens = FormatStyle::SIPO_Never;
667
667
Style.SpacesInParensOptions = {};
668
668
CHECK_PARSE (" SpacesInCStyleCastParentheses: true" , SpacesInParensOptions,
669
- FormatStyle::SpacesInParensCustom (FormatStyle::SIPCS_Never,
670
- FormatStyle::SIPCS_Never, FormatStyle::SIPCS_Always, false ,
671
- FormatStyle::SIPCS_Never));
669
+ FormatStyle::SpacesInParensCustom (
670
+ FormatStyle::SIPCS_Never, FormatStyle::SIPCS_Never ,
671
+ FormatStyle::SIPCS_Always, false , FormatStyle::SIPCS_Never));
672
672
Style.SpacesInParens = FormatStyle::SIPO_Never;
673
673
Style.SpacesInParensOptions = {};
674
674
CHECK_PARSE (" SpaceInEmptyParentheses: true" , SpacesInParensOptions,
675
- FormatStyle::SpacesInParensCustom (FormatStyle::SIPCS_Never,
676
- FormatStyle::SIPCS_Never, FormatStyle::SIPCS_Never, true ,
677
- FormatStyle::SIPCS_Never));
675
+ FormatStyle::SpacesInParensCustom (
676
+ FormatStyle::SIPCS_Never, FormatStyle::SIPCS_Never,
677
+ FormatStyle::SIPCS_Never, true , FormatStyle::SIPCS_Never));
678
678
Style.SpacesInParens = FormatStyle::SIPO_Never;
679
679
Style.SpacesInParensOptions = {};
680
680
0 commit comments