From 426f53894b8ced42130425c196aea38d115e9e18 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Thu, 14 Feb 2008 14:44:59 +0000 Subject: From: Max Kellermann whitespace cleanups --- src/alarm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/alarm.c') 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 - * + * * 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) { -- cgit v1.2.3