> 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. Whoops! Sorry, sloppy reviewing ;-) > I will just indent the entire file in a separate commit. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/56/files#r5070005
