From e77de07035ebe4d02e3fb389bd1ce7e0c1e083bd Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 16 Jun 2009 16:03:28 +0000 Subject: [PATCH] No newline at eof --- .../src/interface/wxWindows/widgets/vtkBaseData.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.cxx index 6f2725b..5fe3f8b 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.cxx @@ -4,9 +4,9 @@ vtkBaseData::vtkBaseData() { - _z = 0; - _t = 0; - _marImageData = NULL; + _z = 0; + _t = 0; + _marImageData = NULL; } //------------------------------------------------------------------- @@ -98,4 +98,5 @@ void vtkBaseData::SetT(double t) t=0; } _t=(int)t; -} \ No newline at end of file +} + -- 2.46.0