From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Date: Thu, 24 Aug 2017 16:56:08 +0000 Subject: Re: [PATCH][V2] netfilter: fix indent on if statements Message-Id: <20170824165608.GA25637@salvia> List-Id: References: <20170815095034.21058-1-colin.king@canonical.com> In-Reply-To: <20170815095034.21058-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Colin King Cc: Jozsef Kadlecsik , Florian Westphal , Stephen Hemminger , "David S . Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Aug 15, 2017 at 10:50:34AM +0100, Colin King wrote: > From: Colin Ian King > > The returns on some if statements are not indented correctly, > add in the missing tab. Applied, thanks.