From e90bfc977016f900c614ea91a5d3f009459b1497 Mon Sep 17 00:00:00 2001 From: stnolting <22944758+stnolting@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:13:42 +0200 Subject: [PATCH] [rtl] remove trailing whitespace --- rtl/core/neorv32_cpu_cp_fpu.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/core/neorv32_cpu_cp_fpu.vhd b/rtl/core/neorv32_cpu_cp_fpu.vhd index 50369f60b..27e2b6c98 100644 --- a/rtl/core/neorv32_cpu_cp_fpu.vhd +++ b/rtl/core/neorv32_cpu_cp_fpu.vhd @@ -1363,7 +1363,7 @@ begin -- Set the ctrl.cnt to 0 to force the resulting exponent to be 0 -- Do not change sreg.lower as that is already all 0s -- Do not change sign as that should be the right sign from the add/sub - elsif (unsigned(mantissa_i(47 downto 0)) = 0) then + elsif (unsigned(mantissa_i(47 downto 0)) = 0) then ctrl.cnt <= (others => '0'); ctrl.state <= S_FINALIZE; else