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: case TGT_AGAT:
NewSymbol ("__AGAT__", 1); NewSymbol ("__AGAT__", 1);
break; break;
default: default:
AbEnd ("Invalid target name: '%s'", Sys); AbEnd ("Invalid target name: '%s'", Sys);

View File

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