diff mbox

[1/4] iptables: iptables: Add blank line after declaration

Message ID 20170331161351.26141-2-arushisinghal19971997@gmail.com
State Not Applicable
Delegated to: Pablo Neira
Headers show

Commit Message

Arushi Singhal March 31, 2017, 4:13 p.m. UTC
Add blank line after the declaration of variable to follow kernel coding
style.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 iptables/getethertype.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Pablo Neira Ayuso April 7, 2017, 4:12 p.m. UTC | #1
On Fri, Mar 31, 2017 at 09:43:48PM +0530, Arushi Singhal wrote:
> Add blank line after the declaration of variable to follow kernel coding
> style.
> 
> Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
> ---
>  iptables/getethertype.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/iptables/getethertype.c b/iptables/getethertype.c
> index 027ef4a..bf3e408 100644
> --- a/iptables/getethertype.c
> +++ b/iptables/getethertype.c
> @@ -75,6 +75,7 @@ struct ethertypeent *getethertypeent(void)
>  {
>  	char *e;
>  	char *endptr;
> +
>  	register char *cp, **q;

I don't see any need for this new empty line.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/iptables/getethertype.c b/iptables/getethertype.c
index 027ef4a..bf3e408 100644
--- a/iptables/getethertype.c
+++ b/iptables/getethertype.c
@@ -75,6 +75,7 @@  struct ethertypeent *getethertypeent(void)
 {
 	char *e;
 	char *endptr;
+
 	register char *cp, **q;
 
 	if (etherf == NULL