diff --git a/magick/random-private.h b/magick/random-private.h index b9a4ca19f3..d89b73c6bd 100644 --- a/magick/random-private.h +++ b/magick/random-private.h @@ -24,8 +24,7 @@ extern "C" { #endif -static inline RandomInfo **DestroyRandomInfoTLS( - RandomInfo **random_info) +static inline RandomInfo **DestroyRandomInfoTLS(RandomInfo **random_info) { ssize_t i; diff --git a/magick/resample-private.h b/magick/resample-private.h index 43ac801075..34a8fbc0bb 100644 --- a/magick/resample-private.h +++ b/magick/resample-private.h @@ -25,8 +25,7 @@ extern "C" { #endif -static inline ResampleFilter **DestroyResampleFilterTLS( - ResampleFilter **filter) +static inline ResampleFilter **DestroyResampleFilterTLS(ResampleFilter **filter) { ssize_t i; @@ -39,9 +38,9 @@ static inline ResampleFilter **DestroyResampleFilterTLS( return(filter); } -static inline ResampleFilter **AcquireResampleFilterTLS( - const Image *image,const VirtualPixelMethod method, - const MagickBooleanType interpolate,ExceptionInfo *exception) +static inline ResampleFilter **AcquireResampleFilterTLS(const Image *image, + const VirtualPixelMethod method,const MagickBooleanType interpolate, + ExceptionInfo *exception) { ssize_t i;