Parcourir la source

Code formatting

Source commit: 945689546529c688be2a6e2580d33d502c68e031
Martin Prikryl il y a 4 ans
Parent
commit
2b85d7ddf7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;