Skip to content

Commit 1de0794

Browse files
committed
Fix inconsistent spacing (already present in master, not due to this MR)
1 parent c1fcc56 commit 1de0794

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bootstrap.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,13 @@ echo "--------------------------------------------------"
278278
echo
279279
${CMAKE_EXE} -Wno-dev \
280280
-DCMAKE_INSTALL_PREFIX="$installdir" \
281-
-DCMAKE_BUILD_TYPE=$config \
282-
-DLPFLIB_MAKE_DOC=$doc \
283-
-DLPFLIB_MAKE_TEST_DOC=$doc \
281+
-DCMAKE_BUILD_TYPE=$config \
282+
-DLPFLIB_MAKE_DOC=$doc \
283+
-DLPFLIB_MAKE_TEST_DOC=$doc \
284284
-DLPF_ENABLE_TESTS=$functests \
285285
-DGTEST_AGREE_TO_LICENSE=$googletest_license_agreement \
286-
-DLPFLIB_PERFTESTS=$perftests \
287-
-DLPFLIB_CONFIG_NAME=${config_name:-${config}}\
286+
-DLPFLIB_PERFTESTS=$perftests \
287+
-DLPFLIB_CONFIG_NAME=${config_name:-${config}} \
288288
-DLPF_HWLOC="${hwloc}" \
289289
$hwloc_found_flag \
290290
$mpi_cmake_flags \

0 commit comments

Comments
 (0)