diff options
| author | 2006-06-02 20:31:48 +0000 | |
|---|---|---|
| committer | 2006-06-02 20:31:48 +0000 | |
| commit | ed520302a621a8ce9d0e734b18dda8ee682d09a7 (patch) | |
| tree | 15c2220f73e4e90fc86b49150366adbdea38b27c /usr.sbin/sasyncd/timer.c | |
| parent | Add a clonable devices implementation. Hacked along with thib@, input (diff) | |
| download | wireguard-openbsd-ed520302a621a8ce9d0e734b18dda8ee682d09a7.tar.xz wireguard-openbsd-ed520302a621a8ce9d0e734b18dda8ee682d09a7.zip | |
whitespace cleanup, no binary change.
Diffstat (limited to 'usr.sbin/sasyncd/timer.c')
| -rw-r--r-- | usr.sbin/sasyncd/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/timer.c b/usr.sbin/sasyncd/timer.c index 92317a8175c..d4726f3dc42 100644 --- a/usr.sbin/sasyncd/timer.c +++ b/usr.sbin/sasyncd/timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timer.c,v 1.2 2005/05/23 19:53:27 ho Exp $ */ +/* $OpenBSD: timer.c,v 1.3 2006/06/02 20:31:48 moritz Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -64,7 +64,7 @@ timer_init(void) /* * Return the number of seconds until the next event happens. Used for * the select() call in the main loop. - */ + */ void timer_next_event(struct timeval *tv) { |
