Skip to content

Commit 61f3bcd

Browse files
committed
test/cfg/runtests.sh: formatting
1 parent c39fb8d commit 61f3bcd

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
@@ -201,7 +201,7 @@ function gtk_fn {
201201
function boost_fn {
202202
# TODO: get rid of the error enabling/disabling?
203203
set +e
204-
echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
204+
echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
205205
BOOSTCHECK_RETURNCODE=$?
206206
set -e
207207
if [ ${BOOSTCHECK_RETURNCODE} -ne 0 ]; then

0 commit comments

Comments
 (0)