DEADSOFTWARE

removed trailing spaces all over the source
[d2df-sdl.git] / src / game / g_triggers.pas
index d1b2c67a43a94a473d45d508cb898f4d0eae6ad5..1bfd1883cab4b91538bc760b0fccc9e37731ae87 100644 (file)
@@ -805,7 +805,7 @@ begin
       TRIGGER_PRESS, TRIGGER_ON, TRIGGER_OFF, TRIGGER_ONOFF:
         begin
           PressCount := PressCount + 1;
-          
+
           if PressTime = -1 then
             PressTime := Data.Wait;
 
@@ -1166,7 +1166,7 @@ begin
                 p := g_Player_Get(ActivateUID);
                 if p = nil then
                   Exit;
-                  
+
                 if Data.ResetVel then
                 begin
                   p.GameVelX := 0;