]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
framefilter quit: Code cleanup: Reindentation
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:38:56 +0000 (14:38 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:38:56 +0000 (14:38 +0100)
commita9189a245363137825ce02a23202df45b04db179
tree9a854c7c41d918e2ecd7af612544cc8d89c406c6
parent25a0672ba8b7f4badc682eaf08a1e342b496b483
framefilter quit: Code cleanup: Reindentation

Nothing significant but I find code more clear with less deep indentation.

gdb/ChangeLog
2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

* python/py-framefilter.c (py_print_frame): Put conditional code paths
with goto first, indent the former else codepath left.  Put variable
'elided' to a new inner block.
gdb/ChangeLog
gdb/python/py-framefilter.c