internal/rosa: fix patches

Turns out alacritty clobbers output. It turns tabs into spaces and also removes whitespace-only lines for some reason.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-23 02:12:09 +09:00
parent b1b14810ac
commit 42c93a57a4
3 changed files with 28 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ index b731af0ad9..b5cbed4801 100644
@@ -401,7 +401,7 @@ static void test_dgram_inet(void)
qtest_quit(qts0);
}
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
+#if 0
static void test_dgram_mcast(void)