Remove tabs.

This commit is contained in:
Kugel Fuhr
2025-05-21 11:21:40 +02:00
parent b5b7ea422e
commit 7be7ce4e9b

View File

@@ -385,7 +385,7 @@ void UnreachableCodeWarning (void)
*/
{
if (IS_Get (&WarnUnreachableCode)) {
Warning ("Unreachable code");
Warning ("Unreachable code");
}
}