1
0
Fork 0
mirror of synced 2024-06-18 05:31:09 -04: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
No known key found for this signature in database
GPG key ID: 8773D4FF7B97608C

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