framefilter quit: Code cleanup: Reindentation
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:37:40 +0000 (14:37 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:37:40 +0000 (14:37 +0100)
commit34019068f0082676b31926c7ec84dba0cfb2aba5
tree311fffe73fb3e9033376577c36067341ec97ffa4
parent8d4a54e2fb7f44c20ff3ddf42ff67db6bd08bdab
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