From b490c9479fc5a2853ae65b0cec5c02ce1e015d3a Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Tue, 6 Jun 2017 23:47:31 +0200 Subject: [PATCH] Remove trailing whitespaces and tabs --- make.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make.ps1 b/make.ps1 index b19d248..0c502fb 100644 --- a/make.ps1 +++ b/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"