From: Ben Rosser Date: Mon, 4 Jan 2016 22:00:22 +0000 (-0500) Subject: Fix a couple of whitespace errors in core.{cpp,h} X-Git-Tag: travis-deploy-test~280 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=e0f5fdf1fe6131d403fcaeaa0952e1042590e3e1;p=quassel.git Fix a couple of whitespace errors in core.{cpp,h} --- diff --git a/src/core/core.cpp b/src/core/core.cpp index a9e1b8f5..3c529d3f 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -938,7 +938,7 @@ bool Core::changeUserPass(const QString &username) out << "User " << username << " is configured through an auth provider that has forbidden manual password changing." << endl; return false; } - + out << "Change password for user: " << username << endl; disableStdInEcho(); diff --git a/src/core/core.h b/src/core/core.h index 7811b119..9971278c 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -95,7 +95,7 @@ public: static inline UserId addUser(const QString &userName, const QString &password, const QString &authenticator = "Database") { return instance()->_storage->addUser(userName, password, authenticator); } - + //! Does a comparison test against the authenticator in the database and the authenticator currently in use for a UserID. /** * \param userid The user's ID (note: not login name).