Explorar el Código

STYLE: ctkConsole: Fix indent

Mayeul Chassagnard hace 8 años
padre
commit
e479067b3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/Widgets/ctkConsole.cpp

+ 1 - 1
Libs/Widgets/ctkConsole.cpp

@@ -476,7 +476,7 @@ void ctkConsolePrivate::keyPressEvent(QKeyEvent* e)
   if (e == QKeySequence::DeleteStartOfWord)
       {
       e->accept();
-      if(text_cursor.position() > this->InteractivePosition)
+      if (text_cursor.position() > this->InteractivePosition)
         {
         this->Superclass::keyPressEvent(e);
         this->updateCommandBuffer();