Browse Source

Fix whitespace.

Martijn Laan 6 years ago
parent
commit
2cecc7163f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/Wizard.pas

+ 1 - 1
Projects/Wizard.pas

@@ -1215,7 +1215,7 @@ procedure TWizardForm.FormResize(Sender: TObject);
             Ctl.Left := NewLeft;
         end;
       end;
-     end;
+    end;
   end;
 
 begin