Skip to content

Commit d4bbc2e

Browse files
committed
formatting
1 parent 72a16da commit d4bbc2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function gtk_fn {
218218
function boost_fn {
219219
# TODO: get rid of the error enabling/disabling?
220220
set +e
221-
echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
221+
echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
222222
BOOSTCHECK_RETURNCODE=$?
223223
set -e
224224
if [ ${BOOSTCHECK_RETURNCODE} -ne 0 ]; then

0 commit comments

Comments
 (0)