Fix whitespace snafu in tc-riscv.c
diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c
index a46a6a4..b902c6b 100644
--- a/gas/config/tc-riscv.c
+++ b/gas/config/tc-riscv.c
@@ -4367,11 +4367,11 @@
target))
as_warn (_("too many pcrel_hi"));
- bfd_putl32 (bfd_getl32 (buf)
- | ENCODE_UTYPE_IMM (RISCV_CONST_HIGH_PART (value)),
- buf);
- if (!riscv_opts.relax)
- fixP->fx_done = 1;
+ bfd_putl32 (bfd_getl32 (buf)
+ | ENCODE_UTYPE_IMM (RISCV_CONST_HIGH_PART (value)),
+ buf);
+ if (!riscv_opts.relax)
+ fixP->fx_done = 1;
}
relaxable = true;
break;