From b36a1c8d0260c696c391519b2daa73c18690fb86 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 22 Jul 2011 17:42:58 +0000 Subject: [PATCH] re indent --- cmake/CREAMacro_InstallLibraryForCMake.cmake | 8 ++++---- src/creawxVTKRenderWindowInteractor.cxx | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/cmake/CREAMacro_InstallLibraryForCMake.cmake b/cmake/CREAMacro_InstallLibraryForCMake.cmake index 6faf84e..3fd0288 100644 --- a/cmake/CREAMacro_InstallLibraryForCMake.cmake +++ b/cmake/CREAMacro_InstallLibraryForCMake.cmake @@ -94,8 +94,8 @@ # #----------------------------------------------------------------------------- -MACRO(CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME) - +MACRO(CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME) + #--------------------------------------------------------------------------- # Sets the common values to build tree and install tree configs SET(CILC_LIB_REQUIRED_C_FLAGS ${${LIBRARY_NAME}_REQUIRED_C_FLAGS}) @@ -281,9 +281,9 @@ MACRO(CREA_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME1) # Sets the settings to default values IF(NOT ${LIBRARY_NAME1}_INSTALL_FOLDER) - SET(${LIBRARY_NAME1}_INSTALL_FOLDER ${LIBRARY_NAME1}) + SET(${LIBRARY_NAME1}_INSTALL_FOLDER ${LIBRARY_NAME1}) ENDIF(NOT ${LIBRARY_NAME1}_INSTALL_FOLDER) - + SET(${LIBRARY_NAME1}_LIBRARIES ${LIBRARY_NAME1}) FILE(RELATIVE_PATH diff --git a/src/creawxVTKRenderWindowInteractor.cxx b/src/creawxVTKRenderWindowInteractor.cxx index eeb123a..061d926 100644 --- a/src/creawxVTKRenderWindowInteractor.cxx +++ b/src/creawxVTKRenderWindowInteractor.cxx @@ -3,8 +3,8 @@ Program: Visualization Toolkit Module: $RCSfile: creawxVTKRenderWindowInteractor.cxx,v $ Language: C++ - Date: $Date: 2011/07/12 09:38:09 $ - Version: $Revision: 1.8 $ + Date: $Date: 2011/07/22 17:42:59 $ + Version: $Revision: 1.9 $ Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. @@ -139,7 +139,7 @@ BEGIN_EVENT_TABLE(creawxVTKRenderWindowInteractor, wxWindow) EVT_SIZE (creawxVTKRenderWindowInteractor::OnSize) END_EVENT_TABLE() -//EED win Compilation why??: vtkCxxRevisionMacro(creawxVTKRenderWindowInteractor, "$Revision: 1.8 $") +//EED win Compilation why??: vtkCxxRevisionMacro(creawxVTKRenderWindowInteractor, "$Revision: 1.9 $") vtkInstantiatorNewMacro(creawxVTKRenderWindowInteractor) //--------------------------------------------------------------------------- @@ -388,7 +388,7 @@ void creawxVTKRenderWindowInteractor::OnPaint(wxPaintEvent& WXUNUSED(event)) rwin->UpdateContext(); } #else - // This solves a problem with repainting after a window resize + // This solves a problem with repainting after a window resize // See also: http://sourceforge.net/mailarchive/forum.php?thread_id=31690967&forum_id=41789 vtkCarbonRenderWindow* rwin = vtkCarbonRenderWindow::SafeDownCast(RenderWindow); if( rwin ) @@ -396,6 +396,7 @@ void creawxVTKRenderWindowInteractor::OnPaint(wxPaintEvent& WXUNUSED(event)) rwin->UpdateGLRegion(); } #endif + #endif } //--------------------------------------------------------------------------- -- 2.45.1