Remove trailing whitespaces and tabs

This commit is contained in:
abcdefg30 2017-06-06 23:47:31 +02:00 committed by Paul Chote
parent 20e5c1918d
commit b490c9479f

View File

@ -3,7 +3,7 @@
############################################################### ###############################################################
########################## FUNCTIONS ########################## ########################## FUNCTIONS ##########################
############################################################### ###############################################################
function All-Command function All-Command
{ {
$msBuild = FindMSBuild $msBuild = FindMSBuild
$msBuildArguments = "/t:Rebuild /nr:false" $msBuildArguments = "/t:Rebuild /nr:false"
@ -25,7 +25,7 @@ function All-Command
} }
} }
function Clean-Command function Clean-Command
{ {
$msBuild = FindMSBuild $msBuild = FindMSBuild
$msBuildArguments = "/t:Clean /nr:false" $msBuildArguments = "/t:Clean /nr:false"
@ -48,7 +48,7 @@ function Clean-Command
} }
} }
function Version-Command function Version-Command
{ {
if ($command.Length -gt 1) if ($command.Length -gt 1)
{ {
@ -74,7 +74,7 @@ function Version-Command
{ {
echo "Unable to locate Git. The version will remain unchanged." echo "Unable to locate Git. The version will remain unchanged."
} }
if ($version -ne $null) if ($version -ne $null)
{ {
$mod = "mods/" + $modID + "/mod.yaml" $mod = "mods/" + $modID + "/mod.yaml"