From 3a896178dbf6aca096da3ef5f7484f6167ae5e6c Mon Sep 17 00:00:00 2001 From: MingZhu Yan Date: Wed, 15 Jan 2025 00:52:49 +0000 Subject: [PATCH] Fix python indent --- riscv-isac/riscv_isac/InstructionObject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv-isac/riscv_isac/InstructionObject.py b/riscv-isac/riscv_isac/InstructionObject.py index a710f9255..673cea449 100644 --- a/riscv-isac/riscv_isac/InstructionObject.py +++ b/riscv-isac/riscv_isac/InstructionObject.py @@ -705,13 +705,13 @@ def evaluate_reg_sem_f_ext(self, reg_val, flen, iflen, postfix, f_ext_vars, inxF if flen > iflen: - if inxFlag and iflen == 16: + if inxFlag and iflen == 16: if bin_val[16] == '1' : sgnd_bin_val = bin(reg_val &((1<