From 048e3c9e999358fc3b66859858730200896bc2ee Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:46:57 +0000 Subject: [PATCH] add missing final newline --- tests/libxrdp/test_libxrdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libxrdp/test_libxrdp.h b/tests/libxrdp/test_libxrdp.h index a048e2bf..397c84ca 100644 --- a/tests/libxrdp/test_libxrdp.h +++ b/tests/libxrdp/test_libxrdp.h @@ -6,4 +6,4 @@ Suite *make_suite_test_xrdp_sec_process_mcs_data_monitors(void); Suite *make_suite_test_monitor_processing(void); -#endif /* TEST_LIBXRDP_H */ \ No newline at end of file +#endif /* TEST_LIBXRDP_H */