mirror of
https://github.com/openbsd/src.git
synced 2026-04-27 15:46:02 +00:00
Whitespace tweak.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: aic79xx_openbsd.c,v 1.48 2020/01/25 21:48:42 krw Exp $ */
|
||||
/* $OpenBSD: aic79xx_openbsd.c,v 1.49 2020/02/06 15:08:19 krw Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
|
||||
@@ -82,8 +82,7 @@ struct cfdriver ahd_cd = {
|
||||
NULL, "ahd", DV_DULL
|
||||
};
|
||||
|
||||
static struct scsi_adapter ahd_switch =
|
||||
{
|
||||
static struct scsi_adapter ahd_switch = {
|
||||
ahd_action, ahd_minphys, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: aic7xxx_openbsd.c,v 1.58 2020/01/25 21:48:42 krw Exp $ */
|
||||
/* $OpenBSD: aic7xxx_openbsd.c,v 1.59 2020/02/06 15:08:19 krw Exp $ */
|
||||
/* $NetBSD: aic7xxx_osm.c,v 1.14 2003/11/02 11:07:44 wiz Exp $ */
|
||||
|
||||
/*
|
||||
@@ -61,8 +61,7 @@ struct cfdriver ahc_cd = {
|
||||
NULL, "ahc", DV_DULL
|
||||
};
|
||||
|
||||
static struct scsi_adapter ahc_switch =
|
||||
{
|
||||
static struct scsi_adapter ahc_switch = {
|
||||
ahc_action, ahc_minphys, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user