fixing EOL spaces (again, sorry)

This commit is contained in:
Rich Lundeen 2013-06-18 15:15:40 -07:00
parent 60a6044d36
commit 05ab35a3af
1 changed files with 0 additions and 3 deletions

View File

@ -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