You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by cc...@apache.org on 2014/08/15 20:36:24 UTC

git commit: Fixing whitespace for checkstyle violation

Repository: jclouds-labs-google
Updated Branches:
  refs/heads/1.8.x 2f92f1c67 -> 155b3eb78


Fixing whitespace for checkstyle violation


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/155b3eb7
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/155b3eb7
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/155b3eb7

Branch: refs/heads/1.8.x
Commit: 155b3eb78ca901364ae99ace6d971c512baab7d4
Parents: 2f92f1c
Author: Chris Custine <cc...@apache.org>
Authored: Fri Aug 15 12:36:01 2014 -0600
Committer: Chris Custine <cc...@apache.org>
Committed: Fri Aug 15 12:36:01 2014 -0600

----------------------------------------------------------------------
 .../compute/GoogleComputeEngineServiceLiveTest.java                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/155b3eb7/google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java
----------------------------------------------------------------------
diff --git a/google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java b/google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java
index af3126f..2011d2d 100644
--- a/google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java
+++ b/google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java
@@ -53,7 +53,7 @@ public class GoogleComputeEngineServiceLiveTest extends BaseComputeServiceLiveTe
    @Override
    protected Properties setupProperties() {
       Properties props = super.setupProperties();
-      if(!System.getProperty(OAuthProperties.CREDENTIAL_TYPE, "")
+      if (!System.getProperty(OAuthProperties.CREDENTIAL_TYPE, "")
             .equalsIgnoreCase(CredentialType.BEARER_TOKEN_CREDENTIALS.toString())) {
       setCredential(props, provider + ".credential");
       }