Преглед изворни кода

[NET] NETFILTER: Fix whitespace errors.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki пре 18 година
родитељ
комит
a5d292646e
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      net/netfilter/nf_conntrack_standalone.c
  2. 1 1
      net/netfilter/nf_log.c

+ 1 - 1
net/netfilter/nf_conntrack_standalone.c

@@ -181,7 +181,7 @@ static int ct_seq_show(struct seq_file *s, void *v)
 
 	if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use)))
 		return -ENOSPC;
-	
+
 	return 0;
 }
 

+ 1 - 1
net/netfilter/nf_log.c

@@ -9,7 +9,7 @@
 
 #include "nf_internals.h"
 
-/* Internal logging interface, which relies on the real 
+/* Internal logging interface, which relies on the real
    LOG target modules */
 
 #define NF_LOG_PREFIXLEN		128