From fb0cbb0771d9111d75166bd45ab2663dfc20ab7c Mon Sep 17 00:00:00 2001 From: anholt Date: Thu, 3 Oct 2002 06:10:54 +0000 Subject: Correct an indentation. Noticed by: phk --- sys/dev/agp/agp_i810.c | 2 +- sys/pci/agp_i810.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index fdab4b6..f055e7f 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -189,7 +189,7 @@ agp_i810_probe(device_t dev) if ((gcc1 & AGP_I830_GCC1_DEV2) == AGP_I830_GCC1_DEV2_DISABLED) { if (bootverbose) printf("I830: disabled, not probing\n"); - return ENXIO; + return ENXIO; } } diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index fdab4b6..f055e7f 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -189,7 +189,7 @@ agp_i810_probe(device_t dev) if ((gcc1 & AGP_I830_GCC1_DEV2) == AGP_I830_GCC1_DEV2_DISABLED) { if (bootverbose) printf("I830: disabled, not probing\n"); - return ENXIO; + return ENXIO; } } -- cgit v1.1