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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:57:50 +00:00
parent 3720573374
commit d1779f95e2
2 changed files with 1 additions and 2 deletions

View File

@ -182,7 +182,7 @@ static int
pwmc_detach(device_t dev)
{
struct pwmc_softc *sc;
sc = device_get_softc(dev);
destroy_dev(sc->cdev);

View File

@ -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_ */