fixing EOL spaces (again, sorry)
This commit is contained in:
parent
60a6044d36
commit
05ab35a3af
|
|
@ -151,7 +151,6 @@ http://webstersprodigy.net
|
||||||
|
|
||||||
ValueFromPipeline=$True,
|
ValueFromPipeline=$True,
|
||||||
Mandatory = $True)]
|
Mandatory = $True)]
|
||||||
|
|
||||||
[String[]] $Hosts,
|
[String[]] $Hosts,
|
||||||
|
|
||||||
[Parameter(ParameterSetName="fHosts",
|
[Parameter(ParameterSetName="fHosts",
|
||||||
|
|
@ -360,7 +359,6 @@ http://webstersprodigy.net
|
||||||
Param (
|
Param (
|
||||||
[Parameter(Mandatory = $True)]
|
[Parameter(Mandatory = $True)]
|
||||||
[ValidateRange(1,1000)]
|
[ValidateRange(1,1000)]
|
||||||
|
|
||||||
[int] $numPorts
|
[int] $numPorts
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -1027,7 +1025,6 @@ http://webstersprodigy.net
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$quiet)
|
if (!$quiet)
|
||||||
|
|
||||||
{
|
{
|
||||||
$hostDate = Get-Date
|
$hostDate = Get-Date
|
||||||
$hostObj = New-Object System.Object
|
$hostObj = New-Object System.Object
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue