svn commit: r365170 - head/sys/dev/pwm
Mateusz Guzik
mjg at FreeBSD.org
Tue Sep 1 21:57:51 UTC 2020
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_ */
More information about the svn-src-all
mailing list