From e0f5fdf1fe6131d403fcaeaa0952e1042590e3e1 Mon Sep 17 00:00:00 2001 From: Ben Rosser Date: Mon, 4 Jan 2016 17:00:22 -0500 Subject: [PATCH] Fix a couple of whitespace errors in core.{cpp,h} --- src/core/core.cpp | 2 +- src/core/core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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). -- 2.20.1