Merged changes from branch "sput" r56:61 back into trunk.
[quassel.git] / gui / channelwidgetinput.cpp
index c029bdd..893623d 100644 (file)
@@ -36,7 +36,7 @@ void ChannelWidgetInput::keyPressEvent(QKeyEvent * event) {
     event->accept();
   } else if(event->key() == Qt::Key_Tab) {
     // Tabcomplete
-    if(cursorPosition() == text().length()) {
+      if(cursorPosition() == text().length()) {
       
 
     }