@mattstep Note that merging via GitHub does *not* push to the official Apache
git repository; jclouds-mirror pushes from Apache to GitHub. Committers must
git push to the Apache repository. I reworded the commit message, made some
whitespace changes, and pushed to master as
b2d343d06a8275d0b9b8b6c9e30c49030f697fd9.
@hsbhathiya Please try to avoid trailing whitespace and removing newlines at
the end of files, perhaps reconfigure your editor? You should be able to see
these with `git show` if you add the following to your `.gitconfig`:
```
[color]
status=auto
branch=auto
interactive=auto
diff=auto
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31#issuecomment-47836401