From 469e9520708b8f6325449c2d426c7a1b690864da Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 30 Sep 2006 08:16:49 +0000 Subject: Remove trailing spaces. --- sys/geom/eli/g_eli.c | 2 +- sys/geom/eli/g_eli_ctl.c | 2 +- sys/geom/label/g_label_msdosfs.c | 2 +- sys/geom/label/g_label_msdosfs.h | 6 +++--- sys/geom/nop/g_nop.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 51846fc762da..4c58fdd982b0 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -265,7 +265,7 @@ g_eli_start(struct bio *bp) * It could be done by overwritting requested sector with * random data g_eli_overwrites number of times. */ - default: + default: g_io_deliver(bp, EOPNOTSUPP); return; } diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index a788ba2ec773..e7f556bc616a 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -638,7 +638,7 @@ g_eli_ctl_delkey(struct gctl_req *req, struct g_class *mp) gctl_error(req, "No '%s' argument.", "force"); return; } - + valp = gctl_get_paraml(req, "keyno", sizeof(*valp)); if (valp == NULL) { gctl_error(req, "No '%s' argument.", "keyno"); diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index 6137de9fb94a..5eae234b9f4a 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -148,7 +148,7 @@ g_label_msdosfs_taste(struct g_consumer *cp, char *label, size_t size) (pfat32_bsbpb->BPB_NumFATs * UINT32BYTES(pfat32_bsbpb->BPB_FATSz32)); fat_BytesPerSector = UINT16BYTES(pfat32_bsbpb->BPB_BytsPerSec); - + G_LABEL_DEBUG(2, "MSDOSFS: FAT_FirstDataSector=0x%x, FAT_BytesPerSector=%d", fat_FirstDataSector, fat_BytesPerSector); diff --git a/sys/geom/label/g_label_msdosfs.h b/sys/geom/label/g_label_msdosfs.h index 761461b8ce16..a04b87fe9706 100644 --- a/sys/geom/label/g_label_msdosfs.h +++ b/sys/geom/label/g_label_msdosfs.h @@ -38,7 +38,7 @@ /* * All following structures are according to: - * + * * Microsoft Extensible Firmware Initiative FAT32 File System Specification * FAT: General Overview of On-Disk Format * Version 1.03, December 6, 2000 @@ -74,7 +74,7 @@ typedef struct fat_bsbpb { uint8_t BS_FilSysType[8]; } FAT_BSBPB; /* 62 bytes */ -/* +/* * FAT boot sector and boot parameter block for * FAT32 volumes */ @@ -110,7 +110,7 @@ typedef struct fat32_bsbpb { uint8_t BS_FilSysType[8]; } FAT32_BSBPB; /* 90 bytes */ -/* +/* * FAT directory entry structure */ #define FAT_DES_ATTR_READ_ONLY 0x01 diff --git a/sys/geom/nop/g_nop.h b/sys/geom/nop/g_nop.h index 0f83a5fb30e7..fa66f5972166 100644 --- a/sys/geom/nop/g_nop.h +++ b/sys/geom/nop/g_nop.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.2.3