From 69929490eb258c672307382e35411b1e0d7901d5 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 25 Apr 2023 12:38:37 -0400 Subject: [PATCH] locale_t.h: Add missing newline at end of file. Fixes #18369. --- headers/posix/locale_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/locale_t.h b/headers/posix/locale_t.h index f6c3b3d503..659d345dd6 100644 --- a/headers/posix/locale_t.h +++ b/headers/posix/locale_t.h @@ -9,4 +9,4 @@ typedef void* locale_t; -#endif \ No newline at end of file +#endif