Merge branch 'Release_2_9_0b1_Branch'
[jalview.git] / src / jalview / ws / JobStateSummary.java
index 34d99b6..11008c2 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -79,11 +79,11 @@ public class JobStateSummary
   {
     if (j.cancelled)
     {
-        cancelled++;
-        j.subjobComplete=true;
-        wsInfo.setStatus(j.jobnum, WebserviceInfo.STATE_CANCELLED_OK);
-        return;
-    } 
+      cancelled++;
+      j.subjobComplete = true;
+      wsInfo.setStatus(j.jobnum, WebserviceInfo.STATE_CANCELLED_OK);
+      return;
+    }
     if (j.submitted)
     {
       String progheader = "";