From: Cristy Date: Wed, 2 Jan 2019 15:56:09 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.8-24~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39dcd9eef90a49c7bd08118682ffcfe2164365b0;p=imagemagick ... --- diff --git a/Magick++/lib/SecurityPolicy.cpp b/Magick++/lib/SecurityPolicy.cpp index 272056b31..6e20345f5 100644 --- a/Magick++/lib/SecurityPolicy.cpp +++ b/Magick++/lib/SecurityPolicy.cpp @@ -75,4 +75,4 @@ std::string Magick::SecurityPolicy::toString(const T& value) stringstream ss; ss << value; return ss.str(); -} \ No newline at end of file +} diff --git a/Magick++/lib/TypeMetric.cpp b/Magick++/lib/TypeMetric.cpp index b6e725b5f..0ba4e8679 100644 --- a/Magick++/lib/TypeMetric.cpp +++ b/Magick++/lib/TypeMetric.cpp @@ -29,8 +29,8 @@ double Magick::TypeMetric::ascent(void) const Magick::Geometry Magick::TypeMetric::bounds(void) const { - return(Geometry((size_t) _typeMetric.bounds.x2-_typeMetric.bounds.x1, - (size_t) _typeMetric.bounds.y2-_typeMetric.bounds.y1,(ssize_t) + return(Geometry((size_t) (_typeMetric.bounds.x2-_typeMetric.bounds.x1), + (size_t) (_typeMetric.bounds.y2-_typeMetric.bounds.y1),(ssize_t) _typeMetric.bounds.x1,(ssize_t) _typeMetric.bounds.y1)); } diff --git a/coders/aai.h b/coders/aai.h index 1a33bdaac..1372d04ad 100644 --- a/coders/aai.h +++ b/coders/aai.h @@ -28,4 +28,4 @@ MagickCoderExports(AAI) #if defined(__cplusplus) || defined(c_plusplus) } -#endif \ No newline at end of file +#endif diff --git a/coders/art.h b/coders/art.h index da3128807..323e0984c 100644 --- a/coders/art.h +++ b/coders/art.h @@ -28,4 +28,4 @@ MagickCoderExports(ART) #if defined(__cplusplus) || defined(c_plusplus) } -#endif \ No newline at end of file +#endif diff --git a/coders/avs.h b/coders/avs.h index 01053527c..52325592a 100644 --- a/coders/avs.h +++ b/coders/avs.h @@ -28,4 +28,4 @@ MagickCoderExports(AVS) #if defined(__cplusplus) || defined(c_plusplus) } -#endif \ No newline at end of file +#endif diff --git a/coders/txt.h b/coders/txt.h index 6de294763..d27599e89 100644 --- a/coders/txt.h +++ b/coders/txt.h @@ -32,4 +32,4 @@ MagickCoderExports(TXT) #if defined(__cplusplus) || defined(c_plusplus) } -#endif \ No newline at end of file +#endif