More indentation fixes in the same file.

This commit is contained in:
OBattler
2021-04-29 19:57:50 +02:00
parent 9802dfabff
commit 642d3b16be

View File

@@ -250,6 +250,7 @@ umc_8886_close(void *priv)
free(dev);
}
static void *
umc_8886_init(const device_t *info)
{
@@ -271,6 +272,7 @@ umc_8886_init(const device_t *info)
return dev;
}
const device_t umc_8886f_device = {
"UMC 8886F",
DEVICE_PCI,
@@ -281,7 +283,8 @@ const device_t umc_8886f_device = {
{ NULL },
NULL,
NULL,
NULL};
NULL
};
const device_t umc_8886af_device = {
"UMC 8886AF",
@@ -293,4 +296,5 @@ const device_t umc_8886af_device = {
{ NULL },
NULL,
NULL,
NULL};
NULL
};