summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-24 16:30:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-24 16:30:19 +0000
commit8ac0fa55a6d3d02f052572fc12f54a560046a3ab (patch)
tree9b24c2927dea23f41fb7e3f30a6435349429e2a8 /sys
parent8eaf6bc9ccb32123290cb74857b266cacf39b948 (diff)
proper indent
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index e03ff01db23..2d7c80d585f 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.238 2008/07/17 19:59:44 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.239 2008/08/24 16:30:18 deraadt Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -1870,7 +1870,7 @@ bge_attach(struct device *parent, struct device *self, void *aux)
if (OF_getprop(PCITAG_NODE(pa->pa_tag), "subsystem-vendor-id",
&subvendor, sizeof(subvendor)) == sizeof(subvendor)) {
if (subvendor == PCI_VENDOR_SUN)
- sc->bge_flags |= BGE_NO_EEPROM;
+ sc->bge_flags |= BGE_NO_EEPROM;
}
#endif