From 9021efe9c055708626ba8d11d92bf525a5d709a5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 21 Aug 2019 16:13:15 +0300 Subject: .travis/*.sh: code style --- .travis/build_boost.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.travis/build_boost.sh') diff --git a/.travis/build_boost.sh b/.travis/build_boost.sh index 2d12dc8..9efb832 100755 --- a/.travis/build_boost.sh +++ b/.travis/build_boost.sh @@ -22,14 +22,14 @@ echo "using gcc : : $cxx ;" > "user-config-$arch.jam" address_model=32 [ "$arch" = x64 ] && address_model=64 -./b2 \ - toolset=gcc \ - "address-model=$address_model" \ - target-os=windows \ - link=static \ - variant="$build_type" \ - "--stagedir=stage/$arch/$build_type" \ +./b2 \ + toolset=gcc \ + "address-model=$address_model" \ + target-os=windows \ + link=static \ + variant="$build_type" \ + "--stagedir=stage/$arch/$build_type" \ "--user-config=user-config-$arch.jam" \ - --with-filesystem \ - --with-program_options \ + --with-filesystem \ + --with-program_options \ --with-system -- cgit v1.2.3