>          VirtualizationType virtualizationType = VirtualizationType.HVM;
>          Hypervisor hypervisor = Hypervisor.XEN;
> -        Image from = new Image(region, architecture, imageName, description, 
> imageId, imageOwnerId + "/" + imageName, imageOwnerId, imageState, 
> "available", imageType, isPublic, productCodes, kernelId, platform, 
> ramdiskId, rootDeviceType, rootDeviceName, ebsBlockDevices, 
> virtualizationType, hypervisor);
> +      Image from = new Image(region, architecture, imageName, description, 
> imageId, imageOwnerId + "/" + imageName,

In fact this line is the only one that is properly indented. I didn't want to 
indent the whole file to make the PR only contain the changes related to the 
issue.
I will just indent the entire file in a separate commit.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/56/files#r5069766

Reply via email to