Syncing my state before starting to reorganize the UI parts of the source...
[quassel.git] / src / client / client.cpp
index 95748cb..73316ca 100644 (file)
@@ -199,7 +199,6 @@ bool Client::isConnected() {
 void Client::connectToCore(const QVariantMap &conn) {
   // TODO implement SSL
   coreConnectionInfo = conn;
-  
   if(isConnected()) {
     emit coreConnectionError(tr("Already connected to Core!"));
     return;