From 4f081ef1a2cddbee31900117e83b83b0d09a9721 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Wed, 3 Jul 2024 09:09:37 +0200 Subject: [PATCH] [v1.05] Add newline to fix dummy warning with clang --- src/common/pci.c | 2 +- src/common/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/pci.c b/src/common/pci.c index fd46b2f..f23bc5a 100644 --- a/src/common/pci.c +++ b/src/common/pci.c @@ -175,4 +175,4 @@ struct pci_devices * get_pci_devices(void) { populate_pci_devices(pci); return filter_pci_devices(pci); -} \ No newline at end of file +} diff --git a/src/common/pci.h b/src/common/pci.h index b8ad0b2..b7e36f3 100644 --- a/src/common/pci.h +++ b/src/common/pci.h @@ -17,4 +17,4 @@ struct pci_devices { struct pci_devices * get_pci_devices(void); -#endif \ No newline at end of file +#endif