From 9aa350ee3df3343b1888fbc4ee90f281813b86e3 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 14 May 2020 18:13:03 -0400 Subject: [PATCH] Fix bad whitespace. --- vtkm/cont/CellSetExplicit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/cont/CellSetExplicit.hxx b/vtkm/cont/CellSetExplicit.hxx index da7ec8e99..815df2f8d 100644 --- a/vtkm/cont/CellSetExplicit.hxx +++ b/vtkm/cont/CellSetExplicit.hxx @@ -176,7 +176,7 @@ vtkm::IdComponent CellSetExplicit template VTKM_CONT -typename vtkm::cont::ArrayHandle::ReadPortalType +typename vtkm::cont::ArrayHandle::ReadPortalType CellSetExplicit::ShapesReadPortal() const { return this->Data->CellPointIds.Shapes.ReadPortal();