Repository: cloudstack
Updated Branches:
  refs/heads/4.4 a28d7a4d5 -> 59f1795c9


checkstyle: trailing whitespace

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

Branch: refs/heads/4.4
Commit: 59f1795c9b74c7f9c4276ce3f4be2325bb39d4de
Parents: a28d7a4
Author: Daan Hoogland <[email protected]>
Authored: Wed Mar 26 15:29:42 2014 +0100
Committer: Daan Hoogland <[email protected]>
Committed: Wed Mar 26 15:29:42 2014 +0100

----------------------------------------------------------------------
 .../apache/cloudstack/engine/orchestration/VolumeOrchestrator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/59f1795c/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
----------------------------------------------------------------------
diff --git 
a/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
 
b/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
index 75a23e0..4ebde04 100644
--- 
a/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
+++ 
b/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
@@ -1152,7 +1152,7 @@ public class VolumeOrchestrator extends ManagerBase 
implements VolumeOrchestrati
 
                 future = volService.createVolumeAsync(volume, destPool);
             } else {
-    
+
                 TemplateInfo templ = 
tmplFactory.getReadyTemplateOnImageStore(templateId, 
dest.getDataCenter().getId());
                 if (templ == null) {
                     s_logger.debug("can't find ready template: " + templateId 
+ " for data center " + dest.getDataCenter().getId());

Reply via email to