Core/Misc: Apply codestyle to multiple files (II)

This commit is contained in:
Spp
2013-01-14 11:12:58 +01:00
parent d75222feca
commit 0d5cb6af75
40 changed files with 194 additions and 194 deletions
+1 -1
View File
@@ -1352,7 +1352,7 @@ public:
{
Unit* unit = handler->getSelectedUnit();
Player* player = handler->GetSession()->GetPlayer();
if(unit && unit->GetTypeId() == TYPEID_PLAYER)
if (unit && unit->GetTypeId() == TYPEID_PLAYER)
player = unit->ToPlayer();
player->GetPhaseMgr().SendDebugReportToPlayer(handler->GetSession()->GetPlayer());