Correct an indentation.

Noticed by:	phk
This commit is contained in:
anholt 2002-10-03 06:10:54 +00:00
parent 8ad27d9922
commit fb0cbb0771
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}