1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-27 15:46:02 +00:00

Whitespace tweak.

This commit is contained in:
krw
2020-02-06 15:08:19 +00:00
parent 9b437883a5
commit cb3167a9d7
2 changed files with 4 additions and 6 deletions

View File

@@ -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
};

View File

@@ -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
};