Skip to content

Commit 8464788

Browse files
authored
Merge pull request #18969 from babsingh/main6
Fix indentation: J9JavaVM.vThreadInterrupt
2 parents 1ea7879 + e6fc46f commit 8464788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/oti/j9nonbuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5929,7 +5929,7 @@ typedef struct J9JavaVM {
59295929
jmethodID addUses;
59305930
jmethodID addProvides;
59315931
#if JAVA_SPEC_VERSION >= 19
5932-
jmethodID vThreadInterrupt;
5932+
jmethodID vThreadInterrupt;
59335933
#endif /* JAVA_SPEC_VERSION >= 19 */
59345934
UDATA addModulesCount;
59355935
UDATA safePointState;

0 commit comments

Comments
 (0)