瀏覽代碼

Code formatting

Source commit: 2d1ecdf79f91796f54576e0767825bdc01f33c07
Martin Prikryl 3 年之前
父節點
當前提交
43f565a5b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/Editor.cpp

+ 1 - 1
source/forms/Editor.cpp

@@ -662,7 +662,7 @@ __fastcall TEditorForm::TEditorForm(TComponent* Owner)
   // This way we explicitly bind them to our editor.
   for (int Index = 0; Index < EditorActions->ActionCount; Index++)
   {
-    TEditAction * EditAction = dynamic_cast<TEditAction* >(EditorActions->Actions[Index]);
+    TEditAction * EditAction = dynamic_cast<TEditAction *>(EditorActions->Actions[Index]);
     if (EditAction != NULL)
     {
       EditAction->Control = EditorMemo;