From 3cb5ba01a7955659445f74441fd8f2c5ec52d9f8 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 28 Jan 2015 05:16:04 -0600 Subject: [PATCH] whitespace: fix mixed case indent --- builtin/providers/aws/resource_aws_instance_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/providers/aws/resource_aws_instance_test.go b/builtin/providers/aws/resource_aws_instance_test.go index 60afe27e3..73da0197f 100644 --- a/builtin/providers/aws/resource_aws_instance_test.go +++ b/builtin/providers/aws/resource_aws_instance_test.go @@ -358,9 +358,9 @@ resource "aws_instance" "foo" { ami = "ami-55a7ea65" instance_type = "m1.small" block_device { - device_name = "/dev/sdb" - volume_type = "gp2" - volume_size = 10 + device_name = "/dev/sdb" + volume_type = "gp2" + volume_size = 10 } } `