From c879c58cada6bccb4433cbcff8277db9677622e5 Mon Sep 17 00:00:00 2001
From: Lactozilla <jp6781615@gmail.com>
Date: Wed, 28 Feb 2024 16:34:45 -0300
Subject: [PATCH] Remove stray newline

---
 src/m_misc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/m_misc.c b/src/m_misc.c
index 2da8c466dc..a0ee344b5f 100644
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -2259,7 +2259,6 @@ boolean M_IsStringEmpty(const char *s)
 	return true;
 }
 
-
 // Returns true if the string only contains digits.
 boolean M_StringOnlyHasDigits(const char *s)
 {
-- 
GitLab