whitespace: fix mixed case indent

This commit is contained in:
Paul Hinze 2015-01-28 05:16:04 -06:00
parent c88c4a33e1
commit 3cb5ba01a7
1 changed files with 3 additions and 3 deletions

View File

@ -358,9 +358,9 @@ resource "aws_instance" "foo" {
ami = "ami-55a7ea65" ami = "ami-55a7ea65"
instance_type = "m1.small" instance_type = "m1.small"
block_device { block_device {
device_name = "/dev/sdb" device_name = "/dev/sdb"
volume_type = "gp2" volume_type = "gp2"
volume_size = 10 volume_size = 10
} }
} }
` `