DEADSOFTWARE

removed trailing spaces all over the source
[d2df-sdl.git] / src / game / g_net.pas
index a1c07701018a99b84c38dcf198214d923bbd0e77..12194483511c729b73f6feaa1d6280cb12d8485d 100644 (file)
@@ -535,7 +535,7 @@ begin
       ENET_EVENT_TYPE_DISCONNECT:
       begin
         ID := Byte(NetEvent.peer^.data^);
-        if ID > High(NetClients) then Exit;     
+        if ID > High(NetClients) then Exit;
         TC := @NetClients[ID];
         if TC = nil then Exit;
 
@@ -745,7 +745,7 @@ begin
     end;
 
     ProcessLoading();
-    
+
     e_PollInput();
 
     if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) then