Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clang-format
  • Loading branch information
artemp committed Mar 28, 2024
1 parent 7aceade commit 83f833f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raster_colorizer.cpp
Expand Up @@ -101,7 +101,7 @@ bool raster_colorizer::add_stop(colorizer_stop const& stop)
}

namespace {
template <typename PixelType>
template<typename PixelType>
float get_nodata_color()
{
return 0; // rgba(0,0,0,0)
Expand All @@ -115,7 +115,7 @@ float get_nodata_color<std::uint8_t>()
return static_cast<float>(0xff000000);
}

}
} // namespace

template<typename T>
void raster_colorizer::colorize(image_rgba8& out,
Expand Down

0 comments on commit 83f833f

Please sign in to comment.