commit | dbc74c65b3fd841985935f676388c82d6b85c485 | [log] [tgz] |
---|---|---|
author | Vesa-Matti Kari <vmkari@cc.helsinki.fi> | Thu Aug 07 03:18:20 2008 +0300 |
committer | James Morris <jmorris@namei.org> | Fri Aug 15 08:40:47 2008 +1000 |
tree | 8ebbf88795fa70f56a9eb64bfc0b21dd8666d97f | |
parent | 421fae06be9e0dac45747494756b3580643815f9 [diff] |
selinux: Unify for- and while-loop style Replace "thing != NULL" comparisons with just "thing" to make the code look more uniform (mixed styles were used even in the same source file). Signed-off-by: Vesa-Matti Kari <vmkari@cc.helsinki.fi> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: James Morris <jmorris@namei.org>