From 4f49892444f95f3499cee2a1012e01d762ff10af Mon Sep 17 00:00:00 2001 From: Kangcheng Xu <8033899+tabjy@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:37:38 -0400 Subject: [PATCH] delete unintentional whitespace --- src/hotspot/share/opto/loopnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/loopnode.cpp b/src/hotspot/share/opto/loopnode.cpp index eef7c798108..961ed30de84 100644 --- a/src/hotspot/share/opto/loopnode.cpp +++ b/src/hotspot/share/opto/loopnode.cpp @@ -3224,7 +3224,7 @@ void CountedLoopConverter::TruncatedIncrement::build(Node* expr) { } } - // If (maybe after stripping) it is an AddI, we won: + // If (maybe after stripping) it is an AddI, we won: if (n1op == Op_Add(_bt)) { _incr = n1; _outer_trunc = t1;