diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index ea61c9049a..fe552ecbd9 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -3454,4 +3454,4 @@ const AreaStaticParams &Area::getDefaultParams() { #if defined(__clang__) # pragma clang diagnostic pop -#endif \ No newline at end of file +#endif diff --git a/src/Mod/Path/App/CMakeLists.txt b/src/Mod/Path/App/CMakeLists.txt index 72cc976129..2cee9a3a3a 100644 --- a/src/Mod/Path/App/CMakeLists.txt +++ b/src/Mod/Path/App/CMakeLists.txt @@ -131,4 +131,4 @@ endif(FREECAD_USE_PCH) SET_BIN_DIR(Path Path /Mod/Path) SET_PYTHON_PREFIX_SUFFIX(Path) -INSTALL(TARGETS Path DESTINATION ${CMAKE_INSTALL_LIBDIR}) \ No newline at end of file +INSTALL(TARGETS Path DESTINATION ${CMAKE_INSTALL_LIBDIR})