From: Artem Dymchenko Date: Sun, 10 Jan 2016 06:30:16 +0000 (+0600) Subject: EOF added; X-Git-Tag: v0.4.6~1^2~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce6be37a01609802b860d8741d8ccaafe825878;p=thirdparty%2Fzstd.git EOF added; --- diff --git a/.gitignore b/.gitignore index 2cfeb7ee1..8641d7f99 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,4 @@ ipch/ *.idea # Other files -.directory \ No newline at end of file +.directory diff --git a/conrtib/cmake/CMakeLists.txt b/conrtib/cmake/CMakeLists.txt index d3cd57627..9b5e063d0 100644 --- a/conrtib/cmake/CMakeLists.txt +++ b/conrtib/cmake/CMakeLists.txt @@ -51,4 +51,4 @@ ADD_SUBDIRECTORY(programs) # Add extra compilation flags #----------------------------------------------------------------------------- INCLUDE(CMakeModules/AddExtraCompilationFlags.cmake) -ADD_EXTRA_COMPILATION_FLAGS() \ No newline at end of file +ADD_EXTRA_COMPILATION_FLAGS() diff --git a/conrtib/cmake/cmake_uninstall.cmake.in b/conrtib/cmake/cmake_uninstall.cmake.in index e79247e1e..e3774dc10 100644 --- a/conrtib/cmake/cmake_uninstall.cmake.in +++ b/conrtib/cmake/cmake_uninstall.cmake.in @@ -19,4 +19,4 @@ foreach(file ${files}) else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") message(STATUS "File $ENV{DESTDIR}${file} does not exist.") endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") -endforeach(file) \ No newline at end of file +endforeach(file) diff --git a/conrtib/cmake/lib/CMakeLists.txt b/conrtib/cmake/lib/CMakeLists.txt index 04e01b91e..b4e4a03f5 100644 --- a/conrtib/cmake/lib/CMakeLists.txt +++ b/conrtib/cmake/lib/CMakeLists.txt @@ -200,4 +200,4 @@ IF (UNIX) ADD_CUSTOM_TARGET(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_BINARY_DIR}/cmake_uninstall.cmake) -ENDIF (UNIX) \ No newline at end of file +ENDIF (UNIX)