Skip to content

Commit

Permalink
FEM: replace tabs at line start by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Apr 24, 2016
1 parent b58e37b commit bdbefdc
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 629 deletions.
18 changes: 9 additions & 9 deletions src/Mod/Fem/App/CMakeLists.txt
Expand Up @@ -152,7 +152,7 @@ SET(FemBase_SRCS
FemConstraint.h
FemMeshProperty.cpp
FemMeshProperty.h
)
)
SOURCE_GROUP("Base types" FILES ${FemBase_SRCS})


Expand All @@ -167,7 +167,7 @@ SET(FemSet_SRCS
FemSetFacesObject.h
FemSetGeometryObject.cpp
FemSetGeometryObject.h
)
)
SOURCE_GROUP("Set objects" FILES ${FemSet_SRCS})

SET(FemConstraints_SRCS
Expand All @@ -185,18 +185,18 @@ SET(FemConstraints_SRCS
FemConstraintPulley.h
FemConstraintDisplacement.h
FemConstraintDisplacement.cpp
)
)
SOURCE_GROUP("Constraints" FILES ${FemConstraints_SRCS})

SET(FemResult_SRCS
)
)
SOURCE_GROUP("ResultObjects" FILES ${FemResult_SRCS})

SET(Fem_SRCS
${FemBase_SRCS}
${FemSet_SRCS}
${FemConstraints_SRCS}
${FemResult_SRCS}
${FemBase_SRCS}
${FemSet_SRCS}
${FemConstraints_SRCS}
${FemResult_SRCS}
${Mod_SRCS}
${Python_SRCS}
)
Expand All @@ -208,7 +208,7 @@ target_link_libraries(Fem ${Fem_LIBS})
fc_target_copy_resource(Fem
${CMAKE_SOURCE_DIR}/src/Mod/Fem
${CMAKE_BINARY_DIR}/Mod/Fem
Init.py
Init.py
${FemScripts_SRCS}
${FemTests_SRCS}
)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/App/FemConstraintDisplacement.cpp
Expand Up @@ -78,7 +78,7 @@ App::DocumentObjectExecReturn *ConstraintDisplacement::execute(void)

const char* ConstraintDisplacement::getViewProviderName(void) const
{
return "FemGui::ViewProviderFemConstraintDisplacement";
return "FemGui::ViewProviderFemConstraintDisplacement";
}

void ConstraintDisplacement::onChanged(const App::Property* prop)
Expand Down

0 comments on commit bdbefdc

Please sign in to comment.