Selaa lähdekoodia

Indentation: Convert tab to space

Thomas Luzat 7 vuotta sitten
vanhempi
commit
ac2aed9ab4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      yadm

+ 1 - 1
yadm

@@ -812,7 +812,7 @@ function set_operating_system() {
     CYGWIN*)
       git_version=$(git --version 2>/dev/null)
       if [[ "$git_version" =~ windows ]] ; then
-	      USE_CYGPATH=1
+          USE_CYGPATH=1
       fi
       ;;
     *)