Fix indentation nits.
This commit is contained in:
parent
d5925f5050
commit
752f872bf4
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: igsfb.c,v 1.30 2006/04/03 21:03:15 uwe Exp $ */
|
||||
/* $NetBSD: igsfb.c,v 1.31 2006/04/03 21:18:20 uwe Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002, 2003 Valeriy E. Ushakov
|
||||
|
@ -31,7 +31,7 @@
|
|||
* Integraphics Systems IGA 168x and CyberPro series.
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.30 2006/04/03 21:03:15 uwe Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.31 2006/04/03 21:18:20 uwe Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
Loading…
Reference in New Issue