net: cleanup include/linux
[deliverable/linux.git] / include / linux / netfilter / nf_conntrack_tcp.h
index 4352feed23775831bfbf8373c85c44df9dfd14be..f6d97f64d7a0a0bae88f3d1e6d53d1a1858ef78f 100644 (file)
@@ -55,8 +55,7 @@ struct ip_ct_tcp_state {
        u_int8_t        flags;          /* per direction options */
 };
 
-struct ip_ct_tcp
-{
+struct ip_ct_tcp {
        struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */
        u_int8_t        state;          /* state of the connection (enum tcp_conntrack) */
        /* For detecting stale connections */
This page took 0.045051 seconds and 5 git commands to generate.