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

This commit is contained in:
Mateusz Guzik 2020-09-01 22:11:05 +00:00
parent 405b8d43e4
commit ea78d63ed0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365219
2 changed files with 0 additions and 2 deletions

View File

@ -700,4 +700,3 @@ cmx_intr(void *arg)
return;
}
#endif

View File

@ -103,7 +103,6 @@ static device_method_t cmx_pccard_methods[] = {
DEVMETHOD(device_probe, cmx_pccard_probe),
DEVMETHOD(device_attach, cmx_pccard_attach),
DEVMETHOD(device_detach, cmx_detach),
{ 0, 0 }
};