From 0e99ff127a93911ba1e892bc51d23ce78a0d2e1d Mon Sep 17 00:00:00 2001
From: Steven Hahn <hahnse@ornl.gov>
Date: Thu, 16 Mar 2017 17:28:48 -0400
Subject: [PATCH] clang-format

---
 Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp b/Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp
index 60d228ad89d..60a7154f441 100644
--- a/Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp
+++ b/Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp
@@ -204,8 +204,7 @@ vtkMDHistoHexFactory::create3Dor4D(size_t timestep,
   } else {
     vtkNew<vtkMDHWSignalArray<double>> normalized;
     signal = normalized.Get();
-    InitializevtkMDHWSignalArray(*m_workspace, norm, offset,
-                                 normalized.Get());
+    InitializevtkMDHWSignalArray(*m_workspace, norm, offset, normalized.Get());
     visualDataSet->GetCellData()->SetScalars(normalized.GetPointer());
   }
 
-- 
GitLab