1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Indentation: Convert tab to space

This commit is contained in:
Thomas Luzat
2017-10-09 15:21:32 +02:00
parent d411db9f6f
commit ac2aed9ab4

2
yadm
View File

@@ -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
;;
*)