Remove trailing whitespaces and tabs
This commit is contained in:
parent
20e5c1918d
commit
b490c9479f
8
make.ps1
8
make.ps1
@ -3,7 +3,7 @@
|
||||
###############################################################
|
||||
########################## FUNCTIONS ##########################
|
||||
###############################################################
|
||||
function All-Command
|
||||
function All-Command
|
||||
{
|
||||
$msBuild = FindMSBuild
|
||||
$msBuildArguments = "/t:Rebuild /nr:false"
|
||||
@ -25,7 +25,7 @@ function All-Command
|
||||
}
|
||||
}
|
||||
|
||||
function Clean-Command
|
||||
function Clean-Command
|
||||
{
|
||||
$msBuild = FindMSBuild
|
||||
$msBuildArguments = "/t:Clean /nr:false"
|
||||
@ -48,7 +48,7 @@ function Clean-Command
|
||||
}
|
||||
}
|
||||
|
||||
function Version-Command
|
||||
function Version-Command
|
||||
{
|
||||
if ($command.Length -gt 1)
|
||||
{
|
||||
@ -74,7 +74,7 @@ function Version-Command
|
||||
{
|
||||
echo "Unable to locate Git. The version will remain unchanged."
|
||||
}
|
||||
|
||||
|
||||
if ($version -ne $null)
|
||||
{
|
||||
$mod = "mods/" + $modID + "/mod.yaml"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user