[NET] BRIDGE: Fix whitespace errors.
[deliverable/linux.git] / net / bridge / netfilter / ebtable_filter.c
index 127135ead2d5ade31f30571425fd15085e0920cf..81d84145c417ca8eda14cca79734f66a5f85bbd6 100644 (file)
@@ -51,10 +51,10 @@ static int check(const struct ebt_table_info *info, unsigned int valid_hooks)
 }
 
 static struct ebt_table frame_filter =
-{ 
+{
        .name           = "filter",
        .table          = &initial_table,
-       .valid_hooks    = FILTER_VALID_HOOKS, 
+       .valid_hooks    = FILTER_VALID_HOOKS,
        .lock           = RW_LOCK_UNLOCKED,
        .check          = check,
        .me             = THIS_MODULE,
This page took 0.029243 seconds and 5 git commands to generate.