svn commit: r365161 - head/sys/dev/safe

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:55:24 UTC 2020


Author: mjg
Date: Tue Sep  1 21:55:23 2020
New Revision: 365161
URL: https://svnweb.freebsd.org/changeset/base/365161

Log:
  safe: clean up empty lines in .c and .h files

Modified:
  head/sys/dev/safe/safe.c

Modified: head/sys/dev/safe/safe.c
==============================================================================
--- head/sys/dev/safe/safe.c	Tue Sep  1 21:54:58 2020	(r365160)
+++ head/sys/dev/safe/safe.c	Tue Sep  1 21:55:23 2020	(r365161)
@@ -1736,9 +1736,9 @@ safe_free_entry(struct safe_softc *sc, struct safe_rin
 		m_freem(re->re_dst_m);
 
 	crp = (struct cryptop *)re->re_crp;
-	
+
 	re->re_desc.d_csr = 0;
-	
+
 	crp->crp_etype = EFAULT;
 	crypto_done(crp);
 	return(0);


More information about the svn-src-head mailing list