mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Small indentation fix in eval.c
I noticed that the AdaCore tree had a small divergence in eval.c -- it had a fix for an indentation problem in binop_promote. I'm checking in this small fix as obvious.
This commit is contained in:
parent
b19f4f6178
commit
4d603089c8
@ -281,7 +281,7 @@ binop_promote (const struct language_defn *language, struct gdbarch *gdbarch,
|
||||
return;
|
||||
|
||||
if (is_fixed_point_type (type1) || is_fixed_point_type (type2))
|
||||
return;
|
||||
return;
|
||||
|
||||
if (type1->code () == TYPE_CODE_DECFLOAT
|
||||
|| type2->code () == TYPE_CODE_DECFLOAT)
|
||||
|
Loading…
Reference in New Issue
Block a user