From 726bddfb43f75036b627007a421200ee13005b4b Mon Sep 17 00:00:00 2001 From: Dean Long <17332032+dean-long@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:36:53 -0700 Subject: [PATCH] remove trailing space --- src/hotspot/cpu/riscv/riscv.ad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/riscv/riscv.ad b/src/hotspot/cpu/riscv/riscv.ad index f6c5b12885d..634e5fd5063 100644 --- a/src/hotspot/cpu/riscv/riscv.ad +++ b/src/hotspot/cpu/riscv/riscv.ad @@ -8190,7 +8190,7 @@ instruct unnecessary_membar_volatile_rvtso() %{ ins_cost(0); size(0); - + format %{ "#@unnecessary_membar_volatile_rvtso (unnecessary so empty encoding)" %} ins_encode %{ __ block_comment("unnecessary_membar_volatile_rvtso");