svn commit: r365133 - head/sys/dev/watchdog

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


Author: mjg
Date: Tue Sep  1 21:47:20 2020
New Revision: 365133
URL: https://svnweb.freebsd.org/changeset/base/365133

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

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

Modified: head/sys/dev/watchdog/watchdog.c
==============================================================================
--- head/sys/dev/watchdog/watchdog.c	Tue Sep  1 21:46:58 2020	(r365132)
+++ head/sys/dev/watchdog/watchdog.c	Tue Sep  1 21:47:20 2020	(r365133)
@@ -120,7 +120,6 @@ seconds_to_pow2ns(int seconds)
 	return (power);
 }
 
-
 int
 wdog_kern_pat(u_int utim)
 {


More information about the svn-src-all mailing list