summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2005-11-20 10:40:06 +0000
committerle <le@FreeBSD.org>2005-11-20 10:40:06 +0000
commitf2329c2aa66db69e2ff98445762910ed646d984c (patch)
treeca449b4502919abaa890a3e7be0009e9423279d9 /sys/geom/vinum
parent4da7d685abcd39a37775cc279d6c2156a98a099e (diff)
downloadFreeBSD-src-f2329c2aa66db69e2ff98445762910ed646d984c.zip
FreeBSD-src-f2329c2aa66db69e2ff98445762910ed646d984c.tar.gz
Fix whitespace issue.
Pointed out by: joel@
Diffstat (limited to 'sys/geom/vinum')
-rw-r--r--sys/geom/vinum/geom_vinum_move.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/geom/vinum/geom_vinum_move.c b/sys/geom/vinum/geom_vinum_move.c
index 6d094ba..6b63c35 100644
--- a/sys/geom/vinum/geom_vinum_move.c
+++ b/sys/geom/vinum/geom_vinum_move.c
@@ -1,11 +1,11 @@
/*-
* Copyright (c) 2005 Chris Jones
* All rights reserved.
- *
- * This software was developed for the FreeBSD Project by Chris Jones
- * thanks to the support of Google's Summer of Code program and
- * mentoring by Lukas Ertl.
- *
+ *
+ * This software was developed for the FreeBSD Project by Chris Jones
+ * thanks to the support of Google's Summer of Code program and
+ * mentoring by Lukas Ertl.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -14,7 +14,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 AUTHOR 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
@@ -90,7 +90,7 @@ gv_move(struct g_geom *gp, struct gctl_req *req)
return;
}
err = gv_move_sd(sc, req, s, destination, *flags);
- if (err)
+ if (err)
return;
}
@@ -106,10 +106,10 @@ gv_move_sd(struct gv_softc *sc, struct gctl_req *req, struct gv_sd *cursd, char
struct gv_plex *p;
struct g_consumer *cp;
char errstr[ERRBUFSIZ];
- int err;
+ int err;
- g_topology_assert();
- KASSERT(cursd != NULL, ("gv_move_sd: NULL cursd"));
+ g_topology_assert();
+ KASSERT(cursd != NULL, ("gv_move_sd: NULL cursd"));
cp = cursd->consumer;
@@ -161,7 +161,7 @@ gv_move_sd(struct gv_softc *sc, struct gctl_req *req, struct gv_sd *cursd, char
*/
newsd = g_malloc(sizeof(struct gv_sd), M_WAITOK | M_ZERO);
newsd->plex_offset = cursd->plex_offset;
- newsd->size = cursd->size;
+ newsd->size = cursd->size;
newsd->drive_offset = -1;
strncpy(newsd->name, cursd->name, GV_MAXSDNAME);
strncpy(newsd->drive, destination, GV_MAXDRIVENAME);
OpenPOWER on IntegriCloud