Fix ARI warning on gdb/typeprint.c:whatis_exp
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 16 Dec 2017 03:33:07 +0000 (22:33 -0500)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 16 Dec 2017 03:33:07 +0000 (22:33 -0500)
commit46afe196ec282505dcd2727725bfb5ef87ea4b21
tree9aefd336f543b33381d42e462e070c8bae561292
parent09da3ecf04d75084ea7d9c43e3cc0b18b2443ea3
Fix ARI warning on gdb/typeprint.c:whatis_exp

I forgot to indent the "if" clause properly and put the "&&" at the
beginning of the line, so ARI complained.  This commit fixed it.

gdb/ChangeLog:
2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>

* typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
condition.
gdb/ChangeLog
gdb/typeprint.c
This page took 0.023618 seconds and 4 git commands to generate.