Remove useless whitepsace.

This commit is dedicated to Dan Langille.
This commit is contained in:
elad 2006-03-30 17:40:58 +00:00
parent 65b8ebcd6a
commit 42eb9126e2
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: init_main.c,v 1.263 2006/03/07 03:32:06 thorpej Exp $ */ /* $NetBSD: init_main.c,v 1.264 2006/03/30 17:40:58 elad Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1989, 1991, 1992, 1993 * Copyright (c) 1982, 1986, 1989, 1991, 1992, 1993
@ -71,7 +71,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.263 2006/03/07 03:32:06 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.264 2006/03/30 17:40:58 elad Exp $");
#include "opt_ipsec.h" #include "opt_ipsec.h"
#include "opt_sysv.h" #include "opt_sysv.h"
@ -489,7 +489,6 @@ main(void)
void void
setrootfstime(time_t t) setrootfstime(time_t t)
{ {
rootfstime = t; rootfstime = t;
} }