mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.05] Add newline to fix dummy warning with clang
This commit is contained in:
@@ -175,4 +175,4 @@ struct pci_devices * get_pci_devices(void) {
|
||||
populate_pci_devices(pci);
|
||||
|
||||
return filter_pci_devices(pci);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ struct pci_devices {
|
||||
|
||||
struct pci_devices * get_pci_devices(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user