@@ -2468,7 +2468,7 @@ void TR_ResolvedJ9Method::construct()
24682468 { TR ::unknownMethod }
24692469 };
24702470
2471- // clang-format off
2471+ // clang-format off
24722472 static X StringMethods[] = {
24732473 { x (TR ::java_lang_String_charAt, " charAt" , " (I)C" ) },
24742474 { x (TR ::java_lang_String_charAtInternal_I, " charAtInternal" , " (I)C" ) },
@@ -2543,7 +2543,7 @@ void TR_ResolvedJ9Method::construct()
25432543 { x (TR ::java_lang_String_valueOf_C, " valueOf" , " (C)Ljava/lang/String;" ) },
25442544 { TR ::unknownMethod }
25452545 };
2546- // clang-format on
2546+ // clang-format on
25472547
25482548 static X StringBufferMethods[]
25492549 = { { x (TR ::java_lang_StringBuffer_append, " append" , " ([C)Ljava/lang/StringBuffer;" ) },
@@ -3135,7 +3135,7 @@ void TR_ResolvedJ9Method::construct()
31353135 { x (TR ::com_ibm_jit_JITHelpers_dispatchComputedStaticCall, " dispatchComputedStaticCall" , " ()V" ) },
31363136 { x (TR ::com_ibm_jit_JITHelpers_dispatchVirtual, " dispatchVirtual" , " ()V" ) }, { TR ::unknownMethod } };
31373137
3138- // clang-format off
3138+ // clang-format off
31393139 static X StringLatin1Methods[] = {
31403140 { x (TR ::java_lang_StringLatin1_charAt, " charAt" , " ([BI)C" ) },
31413141 { x (TR ::java_lang_StringLatin1_indexOf, " indexOf" , " ([BI[BII)I" ) },
@@ -3185,7 +3185,7 @@ void TR_ResolvedJ9Method::construct()
31853185 { x (TR ::java_lang_StringUTF16_toUpperCase, " toUpperCase" , " (Ljava/lang/String;[BLjava/util/Locale;)Ljava/lang/String;" ) },
31863186 { x (TR ::java_lang_StringUTF16_trim, " trim" , " ([B)Ljava/lang/String;" ) },
31873187 { TR ::unknownMethod } };
3188- // clang-format on
3188+ // clang-format on
31893189
31903190 static X DecimalFormatHelperMethods[]
31913191 = { { x (TR ::com_ibm_jit_DecimalFormatHelper_formatAsDouble, " formatAsDouble" ,
0 commit comments