Przeglądaj źródła

Code formatting

Source commit: 2d1ecdf79f91796f54576e0767825bdc01f33c07
Martin Prikryl 3 lat temu
rodzic
commit
43f565a5b1
1 zmienionych plików z 1 dodań i 1 usunięć
  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;