From 4768fa01f7ddeff697e5ad8e1785c8379c090550 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 1 Mar 2020 14:43:22 +0100 Subject: [PATCH] FEM: trailing white spaces --- src/Mod/Fem/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index f500c70ca6..32db3a3d12 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -1,4 +1,4 @@ - + if(BUILD_FEM_VTK) add_definitions(-DFC_USE_VTK) endif(BUILD_FEM_VTK)