ソースを参照

STYLE: ctkConsole: Fix indent

Mayeul Chassagnard 8 年 前
コミット
e479067b3c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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();