Skip to content

Commit

Permalink
Remove redundant whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed May 10, 2024
1 parent cfaa4f8 commit 00bbb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetVips/Image.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ void EvalMarshal(IntPtr imagePtr, IntPtr progressPtr, IntPtr userDataPtr)
image.ObjectRef();

var progress = Marshal.PtrToStructure<VipsProgress>(progressPtr);

callback.Invoke(image, progress);
}

Expand Down

0 comments on commit 00bbb96

Please sign in to comment.