From bd7d75d4b936dcefc24ea8fb1314876bb5bd6953 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 20 Apr 2020 15:22:01 -0700 Subject: [PATCH] Fix whitespace. Change-Id: I05c5342d8a461cd8c618a3f60296925e9e84643f --- src/target/riscv/riscv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/riscv/riscv.c b/src/target/riscv/riscv.c index f4836e9ca..2d04e9ffb 100644 --- a/src/target/riscv/riscv.c +++ b/src/target/riscv/riscv.c @@ -3001,7 +3001,7 @@ bool riscv_has_register(struct target *target, int hartid, int regid) return 1; } -/** +/** * If write is true: * return true iff we are guaranteed that the register will contain exactly * the value we just wrote when it's read. @@ -3035,7 +3035,7 @@ static bool gdb_regno_cacheable(enum gdb_regno regno, bool write) case GDB_REGNO_MEPC: case GDB_REGNO_MCAUSE: case GDB_REGNO_SATP: - /* + /* * WARL registers might not contain the value we just wrote, but * these ones won't spontaneously change their value either. * */