]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
whitespace
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 14:49:13 +0000 (14:49 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 14:49:13 +0000 (14:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1657 d7cf8633-e32d-0410-b094-e92efae38249

net_dgrm.c

index ac8cfa6c6db871664fc06a22a4e579526e106381..e1963ae70d26e8792f29ae940b2c34832dd0e865 100644 (file)
@@ -323,7 +323,7 @@ int Datagram_GetMessage (qsocket_t *sock)
                        ReSendMessage (sock);
 
        while(1)
-       {       
+       {
                length = sfunc.Read (sock->socket, (qbyte *)&packetBuffer, NET_DATAGRAMSIZE, &readaddr);
 
 //     if ((rand() & 255) > 220)