minor reformatting in ada-lang.c::ada_to_fixed_value
authorJoel Brobecker <brobecker@adacore.com>
Sat, 8 Sep 2018 21:48:04 +0000 (16:48 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Sat, 8 Sep 2018 21:48:04 +0000 (17:48 -0400)
commitd8ce91275e421dfe57aa4e79bb9a58824c155e96
tree24e25df96d5320e938a2db75f84b5b865d2f1e41
parent0d81f350ec01630ef7cd9ae4385a1dc504c54d73
minor reformatting in ada-lang.c::ada_to_fixed_value

The arguments in the call to ada_to_fixed_value_create where
improperly aligned. But I also noticed that all the arguments
do fit on a single-line (up to 79 characters). So this patch
just fixes the code by putting everything on that same line.

gdb/ChangeLog:

        * ada-lang.c (ada_to_fixed_value): Minor reformatting in
        call to ada_to_fixed_value_create.
gdb/ChangeLog
gdb/ada-lang.c