Fix a couple of whitespace errors in core.{cpp,h}
authorBen Rosser <rosser.bjr@gmail.com>
Mon, 4 Jan 2016 22:00:22 +0000 (17:00 -0500)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:00:11 +0000 (14:00 -0400)
src/core/core.cpp
src/core/core.h

index a9e1b8f..3c529d3 100644 (file)
@@ -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();
index 7811b11..9971278 100644 (file)
@@ -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).