batch remove trailing spaces and convert windows \r\n line endings to linux \n

i don't want to have to do this again, fix your shitty code editors @commiters !!!
This commit is contained in:
BotoX
2018-08-09 19:35:44 +02:00
parent ff970b8d5f
commit eefb23882b
30 changed files with 1992 additions and 1992 deletions
+36 -36
View File
@@ -1,36 +1,36 @@
#if defined _TeamManager_include
#endinput
#endif
#define _TeamManager_include
/**
* Called when warmup ends
*
* @return None
*/
forward void TeamManager_WarmupEnd();
/**
* Returns the status of warmup
*
* @return bool inwarmup
*/
native bool TeamManager_InWarmup();
public SharedPlugin __pl_TeamManager =
{
name = "TeamManager",
file = "TeamManager.smx",
#if defined REQUIRE_PLUGIN
required = 1
#else
required = 0
#endif
};
#if !defined REQUIRE_PLUGIN
public void __pl_TeamManager_SetNTVOptional()
{
MarkNativeAsOptional("TeamManager_InWarmup");
}
#endif
#if defined _TeamManager_include
#endinput
#endif
#define _TeamManager_include
/**
* Called when warmup ends
*
* @return None
*/
forward void TeamManager_WarmupEnd();
/**
* Returns the status of warmup
*
* @return bool inwarmup
*/
native bool TeamManager_InWarmup();
public SharedPlugin __pl_TeamManager =
{
name = "TeamManager",
file = "TeamManager.smx",
#if defined REQUIRE_PLUGIN
required = 1
#else
required = 0
#endif
};
#if !defined REQUIRE_PLUGIN
public void __pl_TeamManager_SetNTVOptional()
{
MarkNativeAsOptional("TeamManager_InWarmup");
}
#endif