svn commit: r365163 - head/sys/dev/rndtest

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


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

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

Modified:
  head/sys/dev/rndtest/rndtest.h

Modified: head/sys/dev/rndtest/rndtest.h
==============================================================================
--- head/sys/dev/rndtest/rndtest.h	Tue Sep  1 21:55:37 2020	(r365162)
+++ head/sys/dev/rndtest/rndtest.h	Tue Sep  1 21:55:52 2020	(r365163)
@@ -34,7 +34,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-
 /* Some of the tests depend on these values */
 #define	RNDTEST_NBYTES	2500
 #define	RNDTEST_NBITS	(8 * RNDTEST_NBYTES)


More information about the svn-src-head mailing list