mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -146,7 +146,7 @@ void Config::Tokenize(FILE *input, list<string> &tokens)
|
||||
{
|
||||
char c = fgetc(input);
|
||||
string lexeme;
|
||||
|
||||
|
||||
while(c != EOF)
|
||||
{
|
||||
if(isspace(c))
|
||||
|
||||
Reference in New Issue
Block a user