Removing additional whitespaces

This commit is contained in:
Krystian Lewandowski 2017-11-16 11:06:01 +01:00
parent e5cfac489d
commit e00008c8a8

View File

@ -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) */