]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Add EOF newlines
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 Jun 2020 05:10:49 +0000 (05:10 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 Jun 2020 05:10:49 +0000 (05:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12757 d7cf8633-e32d-0410-b094-e92efae38249

cl_demo.c
com_crc16.c
com_msg.c
keys.c
sv_ccmds.c
sv_send.c

index e3e2eecb28c84136a17228e895e5e6b24d38ff9d..56c301b38a6c3a4f4f184f6751ea9466b5608c05 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -721,4 +721,4 @@ void CL_Demo_Init(void)
        Cvar_RegisterVariable (&cl_autodemo);
        Cvar_RegisterVariable (&cl_autodemo_nameformat);
        Cvar_RegisterVariable (&cl_autodemo_delete);
-}
\ No newline at end of file
+}
index 6f94aa938b39ce45ef393936428d5339d0fc547c..f6c7df554ce6577cd8537d63d8979ac31d4a6695 100644 (file)
@@ -146,4 +146,4 @@ unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int se
        chkb[length+3] = p[3];
 
        return CRC_Block(chkb, length + 4) & 0xff;
-}
\ No newline at end of file
+}
index a39dcac5037d89f3b5d643ce2f0c54d2c371934f..0de4fc677032e548d7da4969da6138edc069156c 100644 (file)
--- a/com_msg.c
+++ b/com_msg.c
@@ -422,4 +422,4 @@ float MSG_ReadAngle (sizebuf_t *sb, protocolversion_t protocol)
                return MSG_ReadAngle8i (sb);
        else
                return MSG_ReadAngle16i (sb);
-}
\ No newline at end of file
+}
diff --git a/keys.c b/keys.c
index 6daa68cb3c46c6c100a0ae8223a06bd0cc52242a..1392be6360c0e8d382977192a2c8f23d3a8d1530 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -2084,4 +2084,4 @@ Key_ReleaseAll (void)
 void Key_ReleaseAll_f(cmd_state_t *cmd)
 {
        Key_ReleaseAll();
-}
\ No newline at end of file
+}
index d207a87a51c87ff9f9b66d66a341510a6ffee094..abb6f736171991e28752d57762b51526e7df7494 100644 (file)
@@ -1419,4 +1419,4 @@ void SV_InitOperatorCommands(void)
        Cmd_AddCommand(CMD_USERINFO, "name", SV_Name_f, "change your player name");
        Cmd_AddCommand(CMD_USERINFO, "rate", SV_Rate_f, "change your network connection speed");
        Cmd_AddCommand(CMD_USERINFO, "rate_burstsize", SV_Rate_BurstSize_f, "change your network connection speed");
-}
\ No newline at end of file
+}
index 32b78e39467e4733fa3a0d7707934e0dc7d47c47..85bbfed824f90c49cc2c5b929015a72a60018e85 100644 (file)
--- a/sv_send.c
+++ b/sv_send.c
@@ -122,4 +122,4 @@ void SV_ClientCommands(const char *fmt, ...)
 
        MSG_WriteByte(&host_client->netconnection->message, svc_stufftext);
        MSG_WriteString(&host_client->netconnection->message, string);
-}
\ No newline at end of file
+}