Skip to content

Commit cc6a35d

Browse files
committed
Removal of extra spaces at the end of lines
1 parent 1546bdc commit cc6a35d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CI/main_ci.cmake

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}"
105105
CAPTURE_CMAKE_ERROR _configure_error
106106
)
107107
# Configure log
108-
file ( WRITE
108+
file ( WRITE
109109
"${OTB_SOURCE_DIR}/log/configure_return_value_log.txt" "${_configure_rv}")
110-
file ( WRITE
110+
file ( WRITE
111111
"${OTB_SOURCE_DIR}/log/configure_cmake_error_log.txt" "${_configure_error}")
112112

113113
if ( NOT _configure_rv EQUAL 0 )
@@ -135,9 +135,9 @@ ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}"
135135
)
136136

137137
# Build log
138-
file ( WRITE
138+
file ( WRITE
139139
"${OTB_SOURCE_DIR}/log/build_return_value_log.txt" "${_build_rv}")
140-
file ( WRITE
140+
file ( WRITE
141141
"${OTB_SOURCE_DIR}/log/build_cmake_error_log.txt" "${_build_error}")
142142

143143
if ( NOT _build_rv EQUAL 0 )
@@ -168,9 +168,9 @@ else()
168168
CAPTURE_CMAKE_ERROR _test_error
169169
)
170170
# Test log
171-
file ( WRITE
171+
file ( WRITE
172172
"${OTB_SOURCE_DIR}/log/test_return_value_log.txt" "${_test_rv}")
173-
file ( WRITE
173+
file ( WRITE
174174
"${OTB_SOURCE_DIR}/log/test_cmake_error_log.txt" "${_test_error}")
175175
endif()
176176

@@ -193,4 +193,3 @@ if(ENABLE_DOXYGEN)
193193
CAPTURE_CMAKE_ERROR _doxy_error
194194
)
195195
endif()
196-

0 commit comments

Comments
 (0)