mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Use tabs instead of spaces to indent, per style(9)
Noticed by: njl
This commit is contained in:
parent
4eb7c9f6c9
commit
591223e66b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147184
@ -94,7 +94,6 @@ ed_pci_attach(device_t dev)
|
||||
ed_release_resources(dev);
|
||||
return (error);
|
||||
}
|
||||
|
||||
error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET,
|
||||
edintr, sc, &sc->irq_handle);
|
||||
if (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user