selinux: Unify for- and while-loop style
authorVesa-Matti Kari <vmkari@cc.helsinki.fi>
Thu, 7 Aug 2008 00:18:20 +0000 (03:18 +0300)
committerJames Morris <jmorris@namei.org>
Thu, 14 Aug 2008 22:40:47 +0000 (08:40 +1000)
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>

No differences found