From f9cf532be877dad342b138577bf348ecf1209f8c Mon Sep 17 00:00:00 2001 From: Eric Stonfer Date: Thu, 15 Dec 2011 10:42:02 -0500 Subject: [PATCH] indentation fix --- lib/fog/aws/requests/compute/describe_security_groups.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/requests/compute/describe_security_groups.rb b/lib/fog/aws/requests/compute/describe_security_groups.rb index 0005af985..29c869303 100644 --- a/lib/fog/aws/requests/compute/describe_security_groups.rb +++ b/lib/fog/aws/requests/compute/describe_security_groups.rb @@ -16,7 +16,7 @@ module Fog # * 'requestId'<~String> - Id of request # * 'securityGroupInfo'<~Array>: # * 'groupDescription'<~String> - Description of security group - # * 'groupId'<~String> - ID of the security group. + # * 'groupId'<~String> - ID of the security group. # * 'groupName'<~String> - Name of security group # * 'ipPermissions'<~Array>: # * 'fromPort'<~Integer> - Start of port range (or -1 for ICMP wildcard)