]> www.infradead.org Git - users/willy/xarray.git/commitdiff
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 7b12a40dd465d7b10107e047f4c9f0c15a3d3117..2dda856ca260259e5626577e2b2993a6d9967aa6 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() */