From 7e36dc322a696b206ab066460f9dabc2afa07335 Mon Sep 17 00:00:00 2001 From: "H. Nestler" <81570977+H-Nestler@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:52:22 +0100 Subject: [PATCH] fix (style): missing end of file --- include/rtw_qos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtw_qos.h b/include/rtw_qos.h index 8e1d013..6f6e13e 100644 --- a/include/rtw_qos.h +++ b/include/rtw_qos.h @@ -63,4 +63,4 @@ struct qos_priv { }; -#endif /* _RTL871X_QOS_H_ */ \ No newline at end of file +#endif /* _RTL871X_QOS_H_ */