Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / extension / numeric / sampler.hpp
index 75d13cf..0f71a98 100644 (file)
@@ -180,7 +180,6 @@ bool sample(bilinear_sampler, SrcView const& src, point<F> const& p, DstP& resul
        cast_pixel(mp,src_result);
 
        color_convert(src_result, result);
-
        return true;
 }