From a5d52b59df2739f7f28056712d7bb0bd15714a98 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Wed, 9 Oct 2024 08:29:51 +0100 Subject: [PATCH] [v1.06] Nit: Fix warning due to missing newline at the end of file --- src/common/udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/udev.c b/src/common/udev.c index 72ee5ed..162acd6 100644 --- a/src/common/udev.c +++ b/src/common/udev.c @@ -426,4 +426,4 @@ struct devtree** get_devtree_compatible_struct(int *num_vendors_ptr) { *num_vendors_ptr = num_vendors; return vendors; -} \ No newline at end of file +}