[NETFILTER]: Fix whitespace errors
[safe/jmp/linux-2.6] / net / netfilter / xt_realm.c
index a80b7d1..97ffc2f 100644 (file)
@@ -35,7 +35,7 @@ match(const struct sk_buff *skb,
 {
        const struct xt_realm_info *info = matchinfo;
        struct dst_entry *dst = skb->dst;
-    
+
        return (info->id == (dst->tclassid & info->mask)) ^ info->invert;
 }