ipmr: Fix indentation issue
authorRoy, UjjaL <royujjal@gmail.com>
Wed, 7 Jul 2021 18:18:33 +0000 (23:48 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jul 2021 03:52:25 +0000 (20:52 -0700)
Fixed indentation by removing extra spaces.

Signed-off-by: Roy, UjjaL <royujjal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipmr.c

index 7b12a40..2dda856 100644 (file)
@@ -2119,7 +2119,7 @@ int ip_mr_input(struct sk_buff *skb)
                                raw_rcv(mroute_sk, skb);
                                return 0;
                        }
-                   }
+               }
        }
 
        /* already under rcu_read_lock() */