From 77cd9a7241fd588f4be0d8c26f8aacf3a68f5dc5 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sat, 12 Jan 2008 14:54:41 +0000 Subject: Ulogd2: fix some indenting The following patch fixes some indenting and typo in various ulogd2 files. Eric Leblond --- input/flow/ulogd_inpflow_NFCT.c | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'input') diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c index 34b49be..d3cd20c 100644 --- a/input/flow/ulogd_inpflow_NFCT.c +++ b/input/flow/ulogd_inpflow_NFCT.c @@ -190,24 +190,24 @@ static struct ulogd_key nfct_okeys[] = { .field_id = IPFIX_icmpTypeIPv4, }, }, - { - .type = ULOGD_RET_UINT32, - .flags = ULOGD_RETF_NONE, - .name = "ct.mark", - .ipfix = { - .vendor = IPFIX_VENDOR_NETFILTER, - .field_id = IPFIX_NF_mark, - }, - }, - { - .type = ULOGD_RET_UINT32, - .flags = ULOGD_RETF_NONE, - .name = "ct.id", - .ipfix = { - .vendor = IPFIX_VENDOR_NETFILTER, - .field_id = IPFIX_NF_conntrack_id, - }, - }, + { + .type = ULOGD_RET_UINT32, + .flags = ULOGD_RETF_NONE, + .name = "ct.mark", + .ipfix = { + .vendor = IPFIX_VENDOR_NETFILTER, + .field_id = IPFIX_NF_mark, + }, + }, + { + .type = ULOGD_RET_UINT32, + .flags = ULOGD_RETF_NONE, + .name = "ct.id", + .ipfix = { + .vendor = IPFIX_VENDOR_NETFILTER, + .field_id = IPFIX_NF_conntrack_id, + }, + }, { .type = ULOGD_RET_UINT32, .flags = ULOGD_RETF_NONE, @@ -268,7 +268,7 @@ static struct ct_htable *htable_alloc(int htable_size, int prealloc) INIT_LLIST_HEAD(&htable->idle); for (i = 0; i < htable->num_buckets; i++) - INIT_LLIST_HEAD(&htable->buckets[i]); + INIT_LLIST_HEAD(&htable->buckets[i]); if (!htable->prealloc) return htable; -- cgit v1.2.3