Fix indentation.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/20ed92ed Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/20ed92ed Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/20ed92ed Branch: refs/heads/trunk Commit: 20ed92ed81fda068c2710ddc4c2d6bc101b54ede Parents: dcbfaa6 Author: Tomaz Muraus <[email protected]> Authored: Sat Dec 21 15:07:33 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Dec 21 15:07:33 2013 +0100 ---------------------------------------------------------------------- CHANGES | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/20ed92ed/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e5d489e..0a75b5a 100644 --- a/CHANGES +++ b/CHANGES @@ -87,20 +87,20 @@ Changes with Apache Libcloud in development (GITHUB-196) [Oleg Suharev] - - Add support for new "i2" instance types to Amazon EC2 driver. Also - update pricing file. (LIBCLOUD-465) - [Chris DeRamus] - - - Allow user to specify VPC id when creating a security group in the EC2 - driver by passing "vpc_id" argument to ex_create_security_group method. - (LIBCLOUD-463) - [Chris DeRamus] - - - Add extension methods for managing security group rules - (ex_authorize_security_group_ingress, ex_authorize_security_group_egress, - ex_revoke_security_group_ingress, ex_revoke_security_group_egress) to the - EC2 driver. (LIBCLOUD-466) - [Chris DeRamus] + - Add support for new "i2" instance types to Amazon EC2 driver. Also + update pricing file. (LIBCLOUD-465) + [Chris DeRamus] + + - Allow user to specify VPC id when creating a security group in the EC2 + driver by passing "vpc_id" argument to ex_create_security_group method. + (LIBCLOUD-463) + [Chris DeRamus] + + - Add extension methods for managing security group rules + (ex_authorize_security_group_ingress, ex_authorize_security_group_egress, + ex_revoke_security_group_ingress, ex_revoke_security_group_egress) to the + EC2 driver. (LIBCLOUD-466) + [Chris DeRamus] *) Storage
