From b40b2acac8ce2ddfa2d90c6fef6a2bfb480428d0 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 16 Jun 2019 21:28:25 +0200 Subject: [PATCH] Add missing EOL --- CMakeLists.txt | 2 +- doc/man/CMakeLists.txt | 2 +- doc/man/man1/CMakeLists.txt | 2 +- doc/man/man3/CMakeLists.txt | 2 +- test/CMakeLists.txt | 2 +- util/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d999ce7..4987611 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,4 +55,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libtelnet.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig ) -include(CPack) \ No newline at end of file +include(CPack) diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt index 7b162f3..ad91e8b 100644 --- a/doc/man/CMakeLists.txt +++ b/doc/man/CMakeLists.txt @@ -1,2 +1,2 @@ add_subdirectory(man1) -add_subdirectory(man3) \ No newline at end of file +add_subdirectory(man3) diff --git a/doc/man/man1/CMakeLists.txt b/doc/man/man1/CMakeLists.txt index bd4b58f..d03d2b9 100644 --- a/doc/man/man1/CMakeLists.txt +++ b/doc/man/man1/CMakeLists.txt @@ -1,4 +1,4 @@ install( FILES telnet-chatd.1 telnet-client.1 telnet-proxy.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 -) \ No newline at end of file +) diff --git a/doc/man/man3/CMakeLists.txt b/doc/man/man3/CMakeLists.txt index 373a570..ff881f8 100644 --- a/doc/man/man3/CMakeLists.txt +++ b/doc/man/man3/CMakeLists.txt @@ -15,4 +15,4 @@ install( ${CMAKE_CURRENT_BINARY_DIR}/telnet_event_t_mssp_t.3 ${CMAKE_CURRENT_BINARY_DIR}/telnet_telopt_t.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3 -) \ No newline at end of file +) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ea9762b..0357d4b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,4 +4,4 @@ foreach (test_name environ01 environ02 environ03 mssp01 rfc1143 simple01 simple0 add_test( NAME ${test_name} COMMAND telnet-test ${CMAKE_CURRENT_SOURCE_DIR}/${test_name}.input ${CMAKE_CURRENT_SOURCE_DIR}/${test_name}.txt) -endforeach () \ No newline at end of file +endforeach () diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index 5d9736b..6b572cc 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -22,4 +22,4 @@ target_link_libraries(telnet-proxy libtelnet $<$:wsock32> $<$:ws2_32> -) \ No newline at end of file +)