diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-02-14 14:44:59 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-02-14 14:44:59 +0000 |
commit | 426f53894b8ced42130425c196aea38d115e9e18 (patch) | |
tree | 9c0721eb3efef700678df701ca44c80255304ec3 /src/alarm.c | |
parent | a293fcbc5df63a4867e1cff637b5935c267f5da0 (diff) | |
download | conntrack-tools-426f53894b8ced42130425c196aea38d115e9e18.tar.gz conntrack-tools-426f53894b8ced42130425c196aea38d115e9e18.zip |
From: Max Kellermann <max@duempel.org>
whitespace cleanups
Diffstat (limited to 'src/alarm.c')
-rw-r--r-- | src/alarm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alarm.c b/src/alarm.c index 8056ee6..91ee2ca 100644 --- a/src/alarm.c +++ b/src/alarm.c @@ -1,6 +1,6 @@ /* * (C) 2006-2008 by Pablo Neira Ayuso <pablo@netfilter.org> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -85,7 +85,7 @@ int alarm_pending(struct alarm_block *alarm) static struct timeval * calculate_next_run(struct timeval *cand, - struct timeval *tv, + struct timeval *tv, struct timeval *next_run) { if (cand->tv_sec != LONG_MAX) { |