Fix ARI warnings in aarch64-tdep.c
authorYao Qi <yao.qi@linaro.org>
Wed, 27 May 2015 10:29:24 +0000 (11:29 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 27 May 2015 10:41:32 +0000 (11:41 +0100)
commit5d98d3cd862ab5d463f71926788d52bf1b30ef79
treedabdf718eac9d67eff4df597dd09a2865ce2755a
parent82c7be3106bbbf753f441f8a8113f2cac5e7cba8
Fix ARI warnings in aarch64-tdep.c

This patch fixes some ARI warnings:

 $ bash ./gdb/contrib/ari/gdb_ari.sh -Wall -Werror -Wari gdb/aarch64-tdep.c
 gdb/aarch64-tdep.c:3009: code: Do not use &&, or || at the end of a line
 gdb/aarch64-tdep.c:3010: code: Do not use &&, or || at the end of a line
 gdb/aarch64-tdep.c:3413: code: Do not use &&, or || at the end of a line
 gdb/aarch64-tdep.c:3460: code: Do not use &&, or || at the end of a line

This patch moves && from the end of line to the start of the line.

gdb:

2015-05-27  Yao Qi  <yao.qi@linaro.org>

* aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
before operator &&.
(aarch64_record_load_store): Likewise.
gdb/ChangeLog
gdb/aarch64-tdep.c
This page took 0.029565 seconds and 4 git commands to generate.