summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-05 23:13:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-05 23:13:07 +0000
commit438ba7eab0892cbd9a34d3d6d0f873414981a607 (patch)
treea77f94fe527440f9e5f0a9d88dcb258254a5df60
parent686477f99071a9cc6b2fa8452e96a763516e63f1 (diff)
indent
-rw-r--r--sys/dev/pci/if_fxp.c2
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);