Skip to content

Commit 520c12a

Browse files
committed
Fix inconsistent spacing (already present in master, not due to this MR)
1 parent 945ac55 commit 520c12a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bootstrap.sh

Lines changed: 6 additions & 6 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 \
284-
-DLPF_ENABLE_TESTS=$functests \
281+
-DCMAKE_BUILD_TYPE=$config \
282+
-DLPFLIB_MAKE_DOC=$doc \
283+
-DLPFLIB_MAKE_TEST_DOC=$doc \
284+
-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)