Skip to content

Commit

Permalink
netfilter: include/linux/netfilter/nf_conntrack_tuple_common.h: Check…
Browse files Browse the repository at this point in the history
…patch cleanup

include/linux/netfilter/nf_conntrack_tuple_common.h:5: ERROR: open brace '{' following enum go on the same line

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Andrea Gelmini authored and Patrick McHardy committed Mar 8, 2010
1 parent f790c0c commit 63e690c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/netfilter/nf_conntrack_tuple_common.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#ifndef _NF_CONNTRACK_TUPLE_COMMON_H
#define _NF_CONNTRACK_TUPLE_COMMON_H

enum ip_conntrack_dir
{
enum ip_conntrack_dir {
IP_CT_DIR_ORIGINAL,
IP_CT_DIR_REPLY,
IP_CT_DIR_MAX
Expand Down

0 comments on commit 63e690c

Please sign in to comment.