diff options
author | 2020-06-27 17:28:58 +0000 | |
---|---|---|
committer | 2020-06-27 17:28:58 +0000 | |
commit | 382c05176131a97b161018e0e88f5417f810eb9c (patch) | |
tree | cad29f4e9dd6ec02f6307522b9ffd069103a41da /sys/dev/softraid.c | |
parent | don't try to expand alignment using __aligned(16) on local variables. (diff) | |
download | wireguard-openbsd-382c05176131a97b161018e0e88f5417f810eb9c.tar.xz wireguard-openbsd-382c05176131a97b161018e0e88f5417f810eb9c.zip |
Nuke trailing whitespace.
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 073f170295a..76c3cf1d32c 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.404 2020/06/27 14:29:44 krw Exp $ */ +/* $OpenBSD: softraid.c,v 1.405 2020/06/27 17:28:58 krw Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -3417,7 +3417,7 @@ sr_ioctl_createraid(struct sr_softc *sc, struct bioc_createraid *bc, "chunk count"); goto unwind; } - + /* Ensure metadata level matches requested assembly level. */ if (sd->sd_meta->ssdi.ssd_level != bc->bc_level) { sr_error(sc, "volume level does not match metadata " |