From 6f074b6d64c73a3076d8f1b86873b81770b1016c Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 1 Feb 2006 12:06:01 +0000 Subject: Remove trailing spaces. --- sys/geom/shsec/g_shsec.c | 4 ++-- sys/geom/shsec/g_shsec.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/geom/shsec') diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 91e9814..0554278 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -606,7 +606,7 @@ g_shsec_destroy(struct g_shsec_softc *sc, boolean_t force) free(sc->sc_disks, M_SHSEC); free(sc, M_SHSEC); - pp = LIST_FIRST(&gp->provider); + pp = LIST_FIRST(&gp->provider); if (pp == NULL || (pp->acr == 0 && pp->acw == 0 && pp->ace == 0)) G_SHSEC_DEBUG(0, "Device %s destroyed.", gp->name); diff --git a/sys/geom/shsec/g_shsec.h b/sys/geom/shsec/g_shsec.h index af2e8a7..5927645f 100644 --- a/sys/geom/shsec/g_shsec.h +++ b/sys/geom/shsec/g_shsec.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -- cgit v1.1