> +               else if (description.startsWith(VYATTACE)) return 
> OsFamily.LINUX;
> +            }
> +            return OsFamily.UNRECOGNIZED;
> +         }
> +      };
> +   }
> +
> +   @Override
> +   public Image apply(VirtualGuest from) {
> +
> +      checkNotNull(from, "from");
> +      ImageBuilder builder = new ImageBuilder().ids(from.getId() + "")
> +              .name(from.getHostname())
> +              .status(Image.Status.AVAILABLE);
> +
> +      if(from.getOperatingSystem() == null) {

[minor] space after `if`.

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

Reply via email to