aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2018-09-09 16:15:45 +0200
committerAokromes <aokromes@gmail.com>2018-09-09 16:15:45 +0200
commitcc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7 (patch)
treeb832d33784e07c2837fe5d908f3eb5962a0ef364 /src/server/scripts/Commands
parent93e87010ed77138ccea44c16e48ddac7da5acbaa (diff)
kill some whitespaces
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_account.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp
index 612bc3e67a5..273ed2f2081 100644
--- a/src/server/scripts/Commands/cs_account.cpp
+++ b/src/server/scripts/Commands/cs_account.cpp
@@ -338,7 +338,6 @@ public:
return false;
}
-
AccountOpResult result = AccountMgr::ChangeEmail(handler->GetSession()->GetAccountId(), email);
switch (result)
{
@@ -489,7 +488,7 @@ public:
handler->SetSentErrorMessage(true);
return false;
}
-
+
}
else
{