From 5649ddd9a44e176d5b8cccb2db3c4d3da2b6288f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 11 Feb 2024 06:57:21 +0100 Subject: add newline at end of file --- libc/sysdeps/linux/common/bits/jmp_buf_tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/sysdeps/linux/common/bits/jmp_buf_tag.h b/libc/sysdeps/linux/common/bits/jmp_buf_tag.h index 4e1a4310a..367b7bc66 100644 --- a/libc/sysdeps/linux/common/bits/jmp_buf_tag.h +++ b/libc/sysdeps/linux/common/bits/jmp_buf_tag.h @@ -34,4 +34,4 @@ struct __jmp_buf_tag __sigset_t __saved_mask; /* Saved signal mask. */ }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3