From f1f3d12f7bd06affaff9e0d5e78e2189f27108e9 Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 31 Jul 2022 17:50:14 +0200 Subject: [PATCH] Replace tabs with spaces --- CI/activate_msvc.sh | 10 +++++----- CI/before_script.linux.sh | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CI/activate_msvc.sh b/CI/activate_msvc.sh index 233f017433..c62ea4ca6d 100644 --- a/CI/activate_msvc.sh +++ b/CI/activate_msvc.sh @@ -23,11 +23,11 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then fi command -v unixPathAsWindows >/dev/null 2>&1 || function unixPathAsWindows { - if command -v cygpath >/dev/null 2>&1; then - cygpath -w $1 - else - echo "$1" | sed "s,^/\([^/]\)/,\\1:/," | sed "s,/,\\\\,g" - fi + if command -v cygpath >/dev/null 2>&1; then + cygpath -w $1 + else + echo "$1" | sed "s,^/\([^/]\)/,\\1:/," | sed "s,/,\\\\,g" + fi } diff --git a/CI/before_script.linux.sh b/CI/before_script.linux.sh index 86a3719d2e..131af70264 100755 --- a/CI/before_script.linux.sh +++ b/CI/before_script.linux.sh @@ -41,9 +41,9 @@ if [[ $CI_OPENMW_USE_STATIC_DEPS ]]; then fi if [[ $CI_CLANG_TIDY ]]; then - CMAKE_CONF_OPTS+=( - -DCMAKE_CXX_CLANG_TIDY="clang-tidy;--warnings-as-errors=*" - ) + CMAKE_CONF_OPTS+=( + -DCMAKE_CXX_CLANG_TIDY="clang-tidy;--warnings-as-errors=*" + ) fi