Parcourir la source

STYLE: ctkConsole: Fix indent

Mayeul Chassagnard il y a 8 ans
Parent
commit
e479067b3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
   if (e == QKeySequence::DeleteStartOfWord)
       {
       {
       e->accept();
       e->accept();
-      if(text_cursor.position() > this->InteractivePosition)
+      if (text_cursor.position() > this->InteractivePosition)
         {
         {
         this->Superclass::keyPressEvent(e);
         this->Superclass::keyPressEvent(e);
         this->updateCommandBuffer();
         this->updateCommandBuffer();