Cleaned up comment formatting.

The incantation was: sed -i 's://\([^ ]\):// \1:' src/*.[ch]pp

Lines of code that was commented out were then manually reverted.
This commit is contained in:
2020-09-14 16:03:30 +02:00
parent 131997f34f
commit 9cc5f3e4d5
8 changed files with 72 additions and 72 deletions

View File

@@ -34,7 +34,7 @@ private:
static bool isPasswordCorrect(std::string actualPassword, std::string tryPassword);
static bool isAccountInUse(int accountId);
static bool isCharacterNameGood(std::string Firstname, std::string Lastname);
//returns true if success
// returns true if success
static bool exitDuplicate(int accountId);
public:
CNLoginServer(uint16_t p);