Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:57:50 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365170 - head/sys/dev/pwm
Message-ID:  <202009012157.081LvoSZ047984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Sep  1 21:57:50 2020
New Revision: 365170
URL: https://svnweb.freebsd.org/changeset/base/365170

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

Modified:
  head/sys/dev/pwm/pwmc.c
  head/sys/dev/pwm/pwmc.h

Modified: head/sys/dev/pwm/pwmc.c
==============================================================================
--- head/sys/dev/pwm/pwmc.c	Tue Sep  1 21:57:33 2020	(r365169)
+++ head/sys/dev/pwm/pwmc.c	Tue Sep  1 21:57:50 2020	(r365170)
@@ -182,7 +182,7 @@ static int
 pwmc_detach(device_t dev)
 {
 	struct pwmc_softc *sc;
- 
+
 	sc = device_get_softc(dev);
 	destroy_dev(sc->cdev);
 

Modified: head/sys/dev/pwm/pwmc.h
==============================================================================
--- head/sys/dev/pwm/pwmc.h	Tue Sep  1 21:57:33 2020	(r365169)
+++ head/sys/dev/pwm/pwmc.h	Tue Sep  1 21:57:50 2020	(r365170)
@@ -46,5 +46,4 @@ struct pwm_state {
 #define	PWMGETSTATE	_IOWR('G', 0, struct pwm_state)
 #define	PWMSETSTATE	_IOWR('G', 1, struct pwm_state)
 
-
 #endif /* _PWM_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012157.081LvoSZ047984>