From bab00360c5ca0b08b21c87133a34fe14d0db6e47 Mon Sep 17 00:00:00 2001 From: Eric Trombly Date: Tue, 31 Mar 2020 08:52:57 -0500 Subject: [PATCH] Area.cpp and CMakeLists.txt had extranious line ending --- src/Mod/Path/App/Area.cpp | 2 +- src/Mod/Path/App/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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})