> @@ -21,8 +21,10 @@
>  
>  <module name="Checker">
>      <property name="severity" value="warning"/>
> -    <module name="NewlineAtEndOfFile"/>
> -    <module name="TreeWalker">
> +        <module name="NewlineAtEndOfFile">
> +            <property name="lineSeparator" value="lf"/>
> +        </module>
> +        <module name="TreeWalker">

I already committed the bad whitespace version. Should I just commit a 
whitespace fix directly to the repo? Don't think another PR makes sense.

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

Reply via email to