Spring break cleanup.

Cleaning up all useless tabs, spaces, indents, you name it.
This commit is contained in:
zaCade
2018-07-23 17:06:03 +02:00
parent 0e8490f32f
commit c8b3433700
17 changed files with 925 additions and 962 deletions
+5 -5
View File
@@ -49,11 +49,11 @@ int g_iLastReportID;
public Plugin myinfo =
{
name = "Discord core",
author = "Obus and Neon",
name = "Discord core",
author = "Obus and Neon",
description = "Chat- & Rcon-Support",
version = "1.2.0",
url = ""
version = "1.2.0",
url = ""
}
public APLRes AskPluginLoad2(Handle hThis, bool bLate, char[] sError, int err_max)
@@ -530,7 +530,7 @@ stock void Discord_POST(const char[] sURL, char[] sText, bool bUsingUsername=fal
{
Format(sSafeText, sizeof(sSafeText), "%s", sText);
}
if (bTimestamp)
{
int iTime = GetTime();