refactor(Core/Game): restyle game lib with astyle (#3466)

This commit is contained in:
Kargatum
2020-10-12 15:08:15 +07:00
committed by GitHub
parent e99b526e17
commit a2b26272d2
338 changed files with 52196 additions and 50944 deletions

View File

@@ -12,12 +12,12 @@
namespace lfg
{
/**
Stores all lfg data needed about the player.
*/
/**
Stores all lfg data needed about the player.
*/
class LfgPlayerData
{
class LfgPlayerData
{
public:
LfgPlayerData();
~LfgPlayerData();
@@ -65,7 +65,7 @@ class LfgPlayerData
uint8 m_Roles; ///< Roles the player selected when joined LFG
std::string m_Comment; ///< Player comment used when joined LFG
LfgDungeonSet m_SelectedDungeons; ///< Selected Dungeons when joined LFG
};
};
} // namespace lfg