Remove dangling spaces

This commit is contained in:
Konstantin
2025-06-07 14:10:50 +03:00
parent cbf1b1d5a7
commit 34daf33d93
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ static void SetSys (const char* Sys)
case TGT_AGAT:
NewSymbol ("__AGAT__", 1);
break;
default:
AbEnd ("Invalid target name: '%s'", Sys);

View File

@@ -306,7 +306,7 @@ static void SetSys (const char* Sys)
case TGT_RP6502:
DefineNumericMacro ("__RP6502__", 1);
break;
case TGT_AGAT:
DefineNumericMacro ("__AGAT__", 1);
break;