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