summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2017-12-15 22:33:07 -0500
committerSergio Durigan Junior <sergiodj@redhat.com>2017-12-15 22:33:07 -0500
commit46afe196ec282505dcd2727725bfb5ef87ea4b21 (patch)
tree9aefd336f543b33381d42e462e070c8bae561292 /gdb/ChangeLog
parent09da3ecf04d75084ea7d9c43e3cc0b18b2443ea3 (diff)
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2200f63ded..bd2934e32b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,9 @@
2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
+ condition.
+
+2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
Pedro Alves <palves@redhat.com>
PR cli/16224