svn commit: r365220 - head/sys/dev/cpuctl

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:11:22 UTC 2020


Author: mjg
Date: Tue Sep  1 22:11:22 2020
New Revision: 365220
URL: https://svnweb.freebsd.org/changeset/base/365220

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

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

Modified: head/sys/dev/cpuctl/cpuctl.c
==============================================================================
--- head/sys/dev/cpuctl/cpuctl.c	Tue Sep  1 22:11:05 2020	(r365219)
+++ head/sys/dev/cpuctl/cpuctl.c	Tue Sep  1 22:11:22 2020	(r365220)
@@ -552,7 +552,6 @@ cpuctl_do_eval_cpu_features(int cpu, struct thread *td
 	return (0);
 }
 
-
 int
 cpuctl_open(struct cdev *dev, int flags, int fmt __unused, struct thread *td)
 {


More information about the svn-src-head mailing list