Browse Source

Code formatting

Source commit: 945689546529c688be2a6e2580d33d502c68e031
Martin Prikryl 4 years ago
parent
commit
2b85d7ddf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/packages/dragndrop/DragDropFilesEx.pas

+ 1 - 1
source/packages/dragndrop/DragDropFilesEx.pas

@@ -909,7 +909,7 @@ begin
   if Assigned(OnDataObjectRelease) then OnDataObjectRelease(Self);
 end;
 
-function TDragDropFilesEx.CreateDataObject:TDataObject;
+function TDragDropFilesEx.CreateDataObject: TDataObject;
 var
   DataObject: TDataObjectFilesEx;
   RFName, RPidl: Boolean;