Fix two misleading indentation warnings
authorSimon Marchi <simon.marchi@ericsson.com>
Fri, 29 Jan 2016 20:32:29 +0000 (15:32 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 29 Jan 2016 20:32:29 +0000 (15:32 -0500)
commita2e3e93f4423899d99687da3ce4ac57cbed437f9
tree2165561b78cb8829054ef7a9c7ac6eef19a704f4
parent348ef89a5443529b2a67fa9d247debf3e707a4bd
Fix two misleading indentation warnings

Two small changes so everything builds with latest GCC and its
-Wmisleading-indentation.

In the aarch64-tdep.c case, the two misindented lines should actually be
part of the for loop.  It looks like the indentation is all done using
spaces in that file though...  I fixed it (changed for tabs + spaces) for
the lines I touched.

In the xcoffread.c case, we can simply remove the braces and fix the
indentation.

gdb/ChangeLog:

* aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
to for include additional lines.
* xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
gdb/ChangeLog
gdb/aarch64-tdep.c
gdb/xcoffread.c
This page took 0.02489 seconds and 4 git commands to generate.