Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 19, 2022
1 parent 6831beb commit c02d827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magick/distort.c
Original file line number Diff line number Diff line change
Expand Up @@ -2372,8 +2372,8 @@ MagickExport Image *DistortImage(const Image *image,DistortImageMethod method,
status=MagickTrue;
progress=0;
GetMagickPixelPacket(distort_image,&zero);
resample_filter=AcquireResampleFilterTLS(image,
UndefinedVirtualPixelMethod,MagickFalse,exception);
resample_filter=AcquireResampleFilterTLS(image,UndefinedVirtualPixelMethod,
MagickFalse,exception);
distort_view=AcquireAuthenticCacheView(distort_image,exception);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(static) shared(progress,status) \
Expand Down

0 comments on commit c02d827

Please sign in to comment.