mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Misc: Kill Whitespace ...
This commit is contained in:
@@ -45,7 +45,7 @@ inline LPTSTR ErrorMessage(DWORD dw)
|
||||
sprintf(msgBuf, "Unknown error: %u", dw);
|
||||
return msgBuf;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
//============================== Global Variables =============================
|
||||
|
||||
@@ -83,7 +83,7 @@ struct SymbolPair
|
||||
|
||||
bool operator<(const SymbolPair& other) const
|
||||
{
|
||||
return _offset < other._offset ||
|
||||
return _offset < other._offset ||
|
||||
(_offset == other._offset && _type < other._type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user