[v1.06] Nit: Fix warning due to missing newline at the end of file

This commit is contained in:
Dr-Noob
2024-10-09 08:29:51 +01:00
parent f09454d442
commit a5d52b59df

View File

@@ -426,4 +426,4 @@ struct devtree** get_devtree_compatible_struct(int *num_vendors_ptr) {
*num_vendors_ptr = num_vendors; *num_vendors_ptr = num_vendors;
return vendors; return vendors;
} }