From: cloudwalk Date: Tue, 30 Jun 2020 05:10:49 +0000 (+0000) Subject: Add EOF newlines X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7d917e0a7817da5998432cf9b7e779a623ef1bb3;p=xonotic%2Fdarkplaces.git Add EOF newlines git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12757 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_demo.c b/cl_demo.c index e3e2eecb..56c301b3 100644 --- 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 +} diff --git a/com_crc16.c b/com_crc16.c index 6f94aa93..f6c7df55 100644 --- a/com_crc16.c +++ b/com_crc16.c @@ -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 +} diff --git a/com_msg.c b/com_msg.c index a39dcac5..0de4fc67 100644 --- 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 6daa68cb..1392be63 100644 --- 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 +} diff --git a/sv_ccmds.c b/sv_ccmds.c index d207a87a..abb6f736 100644 --- a/sv_ccmds.c +++ b/sv_ccmds.c @@ -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 +} diff --git a/sv_send.c b/sv_send.c index 32b78e39..85bbfed8 100644 --- 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 +}