From: Manuel Nickschas Date: Sun, 13 Jul 2008 00:59:17 +0000 (+0200) Subject: Whitespace fix X-Git-Tag: 0.3.0~162 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=77c907c8d6f69d9ecc9cb127044e5679af3aa673 Whitespace fix --- diff --git a/src/client/client.cpp b/src/client/client.cpp index 113338fa..5f9ca041 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -321,7 +321,7 @@ void Client::setSyncedToCore() { // create a new BufferViewManager _bufferViewManager = new BufferViewManager(signalProxy(), this); - + _syncedToCore = true; emit connected(); emit coreConnectionStateChanged(true); @@ -335,7 +335,7 @@ void Client::disconnectFromCore() { if(!isConnected()) return; _connectedToCore = false; - + if(socket) { socket->close(); socket->deleteLater(); @@ -460,7 +460,7 @@ void Client::layoutMsg() { layoutTimer->stop(); return; } - + Buffer *buffer = layoutQueue.takeFirst(); if(buffer->layoutMsg()) { layoutQueue.append(buffer); // Buffer has more messages in its queue --> Round Robin