Fix a couple of whitespace errors in core.{cpp,h}
[quassel.git] / src / core / core.h
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).