mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Remove extra space
This commit is contained in:
parent
cfff550f1d
commit
3007a71810
@ -29,7 +29,7 @@
|
|||||||
* Version: $Id$
|
* Version: $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
@ -471,4 +471,5 @@ const char* Logger::GetFormattedDate() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
return date;
|
return date;
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user