From 6a87048f2bdaa4212eb3bd324c222d7015eb3500 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 15 Apr 2009 10:00:46 +0000 Subject: [PATCH] no newline at end of file --- lib/Interface_Icons_NDimensions/interfMainPanel.h | 3 ++- .../wxContourMainFrame.cxx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Interface_Icons_NDimensions/interfMainPanel.h b/lib/Interface_Icons_NDimensions/interfMainPanel.h index 82c8040..7b2fe74 100644 --- a/lib/Interface_Icons_NDimensions/interfMainPanel.h +++ b/lib/Interface_Icons_NDimensions/interfMainPanel.h @@ -273,4 +273,5 @@ private: }; -#endif \ No newline at end of file +#endif + diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx index c126f7c..43b374f 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx @@ -2438,4 +2438,5 @@ void wxContourMainFrame::saveFileWithContoursAutomatique(){ }else{ onSave(); } -} \ No newline at end of file +} + -- 2.45.1