MISC: Replaced tab with spaces for indenting.

This commit is contained in:
John Ericson 2018-07-20 10:03:39 +02:00
parent e539835154
commit e5641c826f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ try {
function AddDisks($vm, $controller) {
#get controller
$contNumber = ($vm | Add-VMScsiController -PassThru).ControllerNumber
$contNumber = ($vm | Add-VMScsiController -PassThru).ControllerNumber
foreach($disk in $controller) {
#get vhd
$vhd = $null