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 8860c28 commit 6831beb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions magick/random-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
extern "C" {
#endif

static inline RandomInfo **DestroyRandomInfoTLS(
RandomInfo **random_info)
static inline RandomInfo **DestroyRandomInfoTLS(RandomInfo **random_info)
{
ssize_t
i;
Expand Down
9 changes: 4 additions & 5 deletions magick/resample-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
extern "C" {
#endif

static inline ResampleFilter **DestroyResampleFilterTLS(
ResampleFilter **filter)
static inline ResampleFilter **DestroyResampleFilterTLS(ResampleFilter **filter)
{
ssize_t
i;
Expand All @@ -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;
Expand Down

0 comments on commit 6831beb

Please sign in to comment.