svn commit: r331428 - head/sys/dev/ed

Warner Losh imp at FreeBSD.org
Fri Mar 23 15:35:07 UTC 2018


Author: imp
Date: Fri Mar 23 15:35:07 2018
New Revision: 331428
URL: https://svnweb.freebsd.org/changeset/base/331428

Log:
  kill traling white space

Modified:
  head/sys/dev/ed/if_ed_pci.c

Modified: head/sys/dev/ed/if_ed_pci.c
==============================================================================
--- head/sys/dev/ed/if_ed_pci.c	Fri Mar 23 14:59:30 2018	(r331427)
+++ head/sys/dev/ed/if_ed_pci.c	Fri Mar 23 15:35:07 2018	(r331428)
@@ -147,4 +147,3 @@ MODULE_DEPEND(ed, pci, 1, 1, 1);
 MODULE_DEPEND(ed, ether, 1, 1, 1);
 MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ed, pci_ids, sizeof(pci_ids[0]),
     nitems(pci_ids) - 1);
-


More information about the svn-src-all mailing list