summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-12-12 10:02:54 +0000
committerNick Clifton <nickc@redhat.com>2023-12-12 10:02:54 +0000
commit14f2724f80b156928b1a0b0f9733350558e35e63 (patch)
tree50d9eebaa921bd2c1896e0146f935659c092a7db
parentbf69326fb74b73a4a4689d6368673de491819806 (diff)
Fix whitespace snafu in tc-riscv.c
-rw-r--r--gas/config/tc-riscv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c
index a46a6a4ec48..b902c6ba2c1 100644
--- a/gas/config/tc-riscv.c
+++ b/gas/config/tc-riscv.c
@@ -4367,11 +4367,11 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
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;