From: Roy, UjjaL <royujjal@gmail.com>
Date: Wed, 7 Jul 2021 18:18:33 +0000 (+0530)
Subject: ipmr: Fix indentation issue
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=92c4bed59bc0ef2a92b99ca1fe1c7107ffa3125c;p=linux.git

ipmr: Fix indentation issue

Fixed indentation by removing extra spaces.

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

diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c
index 7b12a40dd465d..2dda856ca2602 100644
--- a/net/ipv4/ipmr.c
+++ b/net/ipv4/ipmr.c
@@ -2119,7 +2119,7 @@ int ip_mr_input(struct sk_buff *skb)
 				raw_rcv(mroute_sk, skb);
 				return 0;
 			}
-		    }
+		}
 	}
 
 	/* already under rcu_read_lock() */