Fix comment and new line.

This commit is contained in:
NAThompson 2020-04-28 11:24:09 -04:00
parent 277a0c7f7d
commit 820b8c8a8a

@ -28,7 +28,7 @@ vtkm::UInt32 DecodePNG(std::vector<unsigned char>& out_image,
return vtkm::io::DecodePNG(out_image, image_width, image_height, in_png, in_size);
}
}
} // vtkm::io
} // vtkm::rendering
#endif
#endif