output/outelf32.c: code style simplification
commit7ea1ef1c8448f5fa3e3669e41ae771f4edd9b10d
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 3 Sep 2009 16:16:28 +0000 (3 20:16 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 3 Sep 2009 16:16:28 +0000 (3 20:16 +0400)
tree718a77ffd4985395e4409a03167b02b131e47c77
parent6ae5903676193d67a63da934e278bb36fd63fa55
output/outelf32.c: code style simplification

1) nasm_free is safe against NULL passed so call
   it without test

2) dwarf32_output: check for debug_immcall early
   and get out of procedure if success. This allow
   us to move code blocks left removing indents.

3) dwarf32_findfile and dwarf32_findsect: no need
   for 'else' when 'if' target is plain return.
   Move code blocks left removing indents.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf32.c