libcli/security: cleanup security_ace_equal()
authorDavid Disseldorp <ddiss@samba.org>
Wed, 28 May 2014 15:13:32 +0000 (17:13 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 28 May 2014 23:08:25 +0000 (01:08 +0200)
commit4de94ad8fd601c6871fa0dd2d51864f77c80b26e
tree41c49897dc25998d3f17e42279a47eb1e13ba8c4
parentf1a96f8582d90025f65ddeeb24f1095e1781454d
libcli/security: cleanup security_ace_equal()

This change cleans up the white-space damage, and converts the single
line if-then statements to match Samba's coding conventions.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/security_descriptor.c