hash: simplify code and fix whitespacing
commit714868559b381722637ac7bcad0c510e7f48dfe2
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 16 Mar 2013 16:25:05 +0000 (16 17:25 +0100)
committerDaniel Borkmann <dborkman@redhat.com>
Sat, 16 Mar 2013 16:25:05 +0000 (16 17:25 +0100)
tree6924975a9ca5c9cad5fcadf8635cb2b30833bc4b
parent3211183734562908e4f250cc2dd1a177e3c170b1
hash: simplify code and fix whitespacing

Make whitespacing more uniform to coding conventions and also simplify
some fubar if + xfree combinations by using free only.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
hash.c