Rearrange awkwardly-nested conditionals
authorGary Benson <gbenson@redhat.com>
Wed, 6 Aug 2014 12:39:39 +0000 (13:39 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 6 Aug 2014 12:39:39 +0000 (13:39 +0100)
commit87f6c4e3e64fe41df2afc45745437e7584fd97f4
tree7b5181ce23eb756e3f953f831a6fe754c64a9c67
parentaf19829b117d124842b41da499b3161690bbca1a
Rearrange awkwardly-nested conditionals

gdbserver's init_register_cache has some preprocessor conditionals
awkwardly nested around an if..else block.  This commit moves the
conditionals inside the braces to make the code more readable.

gdb/gdbserver/
2014-08-06  Gary Benson  <gbenson@redhat.com>

* regcache.c (init_register_cache): Move conditionals inside if.
gdb/gdbserver/ChangeLog
gdb/gdbserver/regcache.c
This page took 0.035578 seconds and 4 git commands to generate.