summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde/g_bde_lock.c
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-11-30 19:07:28 +0000
committersobomax <sobomax@FreeBSD.org>2005-11-30 19:07:28 +0000
commit937b629bd5f0ccf20166962cb9ec63905573b02c (patch)
tree44426e1ca20d0c33c8113d1ce21c6ccd2e28025c /sys/geom/bde/g_bde_lock.c
parent4491bdb2a5fb708ebb07508e13f3519f08841dcd (diff)
downloadFreeBSD-src-937b629bd5f0ccf20166962cb9ec63905573b02c.zip
FreeBSD-src-937b629bd5f0ccf20166962cb9ec63905573b02c.tar.gz
Kill leading whilespace.
Diffstat (limited to 'sys/geom/bde/g_bde_lock.c')
-rw-r--r--sys/geom/bde/g_bde_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/bde/g_bde_lock.c b/sys/geom/bde/g_bde_lock.c
index d699cc3..855987e 100644
--- a/sys/geom/bde/g_bde_lock.c
+++ b/sys/geom/bde/g_bde_lock.c
@@ -405,7 +405,7 @@ g_bde_decrypt_lockx(struct g_bde_softc *sc, u_char *meta, off_t mediasize, u_int
AES_init(&ci);
AES_makekey(&ki, DIR_DECRYPT, 256, sc->sha2 + 16);
AES_decrypt(&ci, &ki, q, q, G_BDE_LOCKSIZE);
-
+
/* Decode the byte-sequence */
i = g_bde_decode_lock(sc, gl, q);
q = NULL;
OpenPOWER on IntegriCloud