diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-05 23:13:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-05 23:13:07 +0000 |
commit | 438ba7eab0892cbd9a34d3d6d0f873414981a607 (patch) | |
tree | a77f94fe527440f9e5f0a9d88dcb258254a5df60 | |
parent | 686477f99071a9cc6b2fa8452e96a763516e63f1 (diff) |
indent
-rw-r--r-- | sys/dev/pci/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c index 4bcc5df7ab5..383d1464f32 100644 --- a/sys/dev/pci/if_fxp.c +++ b/sys/dev/pci/if_fxp.c @@ -359,7 +359,7 @@ fxp_attach(parent, self, aux) #ifdef __OpenBSD__ , self->dv_xname #endif - ); + ); if (sc->sc_ih == NULL) { printf("%s: couldn't establish interrupt", sc->sc_dev.dv_xname); |