From d26f2149e718b147e14b1586c70144e202bbfd76 Mon Sep 17 00:00:00 2001 From: cam900 Date: Sat, 11 Feb 2023 22:03:24 +0900 Subject: [PATCH] Fix newline --- src/engine/platform/sound/sm8521.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/sound/sm8521.h b/src/engine/platform/sound/sm8521.h index e41b884e..a746618a 100644 --- a/src/engine/platform/sound/sm8521.h +++ b/src/engine/platform/sound/sm8521.h @@ -89,4 +89,4 @@ void sm8521_write(struct sm8521_t *sm8521, const unsigned char a, const unsigned } // extern "C" #endif -#endif // _SM8521_EMU_H \ No newline at end of file +#endif // _SM8521_EMU_H