From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] netfilter: fix indent on in statements Date: Tue, 15 Aug 2017 12:45:37 +0300 Message-ID: <6b38b83c-21b3-5cec-6145-cdbb54a63dd2@cogentembedded.com> References: <20170815065025.18471-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: Colin King , Pablo Neira Ayuso , 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 Return-path: Received: from mail-lf0-f46.google.com ([209.85.215.46]:33951 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751468AbdHOJpl (ORCPT ); Tue, 15 Aug 2017 05:45:41 -0400 Received: by mail-lf0-f46.google.com with SMTP id g25so1823962lfh.1 for ; Tue, 15 Aug 2017 02:45:40 -0700 (PDT) In-Reply-To: <20170815065025.18471-1-colin.king@canonical.com> Content-Language: en-US Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hello! On 8/15/2017 9:50 AM, Colin King wrote: > From: Colin Ian King > > The returns on some if statements are not indented correctly, s/in/if/ in the subject? > add in the missing tab. > > Signed-off-by: Colin Ian King [...] MBR, Sergei