From 820b8c8a8a81ab8d2d9d0e2a65e259b5521d955d Mon Sep 17 00:00:00 2001 From: NAThompson Date: Tue, 28 Apr 2020 11:24:09 -0400 Subject: [PATCH] Fix comment and new line. --- vtkm/rendering/DecodePNG.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtkm/rendering/DecodePNG.h b/vtkm/rendering/DecodePNG.h index 66cdbd70a..5f35b4b6c 100644 --- a/vtkm/rendering/DecodePNG.h +++ b/vtkm/rendering/DecodePNG.h @@ -28,7 +28,7 @@ vtkm::UInt32 DecodePNG(std::vector& out_image, return vtkm::io::DecodePNG(out_image, image_width, image_height, in_png, in_size); } } -} // vtkm::io +} // vtkm::rendering -#endif \ No newline at end of file +#endif