From d6612eef2013e3f2a8bb9fd03a3737d23963232e Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Sat, 17 Oct 2020 21:37:46 +0300 Subject: [PATCH] Fix indentation --- CI/before_script.msvc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index d9f11ff30..b1c72ab0e 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -571,10 +571,10 @@ if [ -z $SKIP_DOWNLOAD ]; then "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/SDL2-2.0.12.zip" \ "SDL2-2.0.12.zip" - # LZ4 - download "LZ4 1.9.2" \ - "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/lz4_win${BITS}_v1_9_2.zip" \ - "lz4_win${BITS}_v1_9_2.zip" + # LZ4 + download "LZ4 1.9.2" \ + "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/lz4_win${BITS}_v1_9_2.zip" \ + "lz4_win${BITS}_v1_9_2.zip" # Google test and mock if [ ! -z $TEST_FRAMEWORK ]; then