aboutsummaryrefslogtreecommitdiff
path: root/gdb/doublest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r--gdb/doublest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doublest.c b/gdb/doublest.c
index 2e0bdda..54956e1 100644
--- a/gdb/doublest.c
+++ b/gdb/doublest.c
@@ -778,8 +778,8 @@ floatformat_from_length (struct gdbarch *gdbarch, int len)
both in processor and in memory.
The code below accepts the real bit size. */
else if ((gdbarch_long_double_format (gdbarch) != NULL)
- && (len * TARGET_CHAR_BIT ==
- gdbarch_long_double_format (gdbarch)[0]->totalsize))
+ && (len * TARGET_CHAR_BIT
+ == gdbarch_long_double_format (gdbarch)[0]->totalsize))
format = gdbarch_long_double_format (gdbarch)
[gdbarch_byte_order (gdbarch)];
else