Removing additional whitespaces
This commit is contained in:
parent
e5cfac489d
commit
e00008c8a8
|
|
@ -618,10 +618,10 @@ pci_subclass_name(pcireg_t reg)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subclassp) {
|
if (subclassp) {
|
||||||
return subclassp->name;
|
return subclassp->name;
|
||||||
} else {
|
} else {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* defined(__minix) && defined(_PCI_SERVER) */
|
#endif /* defined(__minix) && defined(_PCI_SERVER) */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user