]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/netlabel.c
SELinux: netlabel.c whitespace, syntax, and static declaraction cleanups
[linux-2.6-omap-h63xx.git] / security / selinux / netlabel.c
index e8ee91ac12efb677ed9ac1a532fbe544e2f99eb0..89b418392f1179ca13e62d66bb779d6a3f04ccfa 100644 (file)
@@ -118,7 +118,7 @@ void selinux_netlbl_cache_invalidate(void)
 void selinux_netlbl_sk_security_reset(struct sk_security_struct *ssec,
                                      int family)
 {
-        if (family == PF_INET)
+       if (family == PF_INET)
                ssec->nlbl_state = NLBL_REQUIRE;
        else
                ssec->nlbl_state = NLBL_UNSET;