Repository: cloudstack
Updated Branches:
  refs/heads/4.3 7a86dc516 -> 52cf8af08


whitespace

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/52cf8af0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/52cf8af0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/52cf8af0

Branch: refs/heads/4.3
Commit: 52cf8af08ec3e08529c300293d19e6194f1f2966
Parents: 7a86dc5
Author: Daan Hoogland <d...@onecht.net>
Authored: Thu Oct 9 10:55:03 2014 +0200
Committer: Daan Hoogland <d...@onecht.net>
Committed: Thu Oct 9 10:55:03 2014 +0200

----------------------------------------------------------------------
 engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/52cf8af0/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java
----------------------------------------------------------------------
diff --git a/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java 
b/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java
index b8f1642..99dd97a 100644
--- a/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java
+++ b/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java
@@ -124,7 +124,7 @@ public class Upgrade430to431 implements DbUpgrade {
             }
         }
         if (thrown != null) {
-               throw thrown;
+            throw thrown;
         }
         s_logger.debug("Done updateing vlan URIs");
     }

Reply via email to