Core/Misc: Kill Whitespace ...

This commit is contained in:
Vincent-Michael
2014-06-07 23:56:13 +02:00
parent 5fee5b0125
commit 1d39db16b9
18 changed files with 47 additions and 47 deletions

View File

@@ -45,7 +45,7 @@ inline LPTSTR ErrorMessage(DWORD dw)
sprintf(msgBuf, "Unknown error: %u", dw);
return msgBuf;
}
}
//============================== Global Variables =============================

View File

@@ -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);
}