Fix indent and other whitespace usage.

This commit is contained in:
enami 2004-02-26 23:01:15 +00:00
parent 19eeec0a9c
commit 5a257984e5

View File

@ -1,4 +1,4 @@
/* $NetBSD: vis.c,v 1.26 2003/08/07 16:43:00 agc Exp $ */
/* $NetBSD: vis.c,v 1.27 2004/02/26 23:01:15 enami Exp $ */
/*-
* Copyright (c) 1989, 1993
@ -67,7 +67,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: vis.c,v 1.26 2003/08/07 16:43:00 agc Exp $");
__RCSID("$NetBSD: vis.c,v 1.27 2004/02/26 23:01:15 enami Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"