JAL-1517 source formatting
[jalview.git] / src / jalview / ws / jws2 / MsaWSThread.java
index 1a62f2d..f40c250 100644 (file)
@@ -547,11 +547,14 @@ class MsaWSThread extends AWS2Thread implements WSClientI
           }
           wsInfo.setProgressText(jobs[job].getJobnum(), OutputHeader
                   + cancelledMessage + "\n");
-        } else {
+        }
+        else
+        {
           // if we hadn't submitted then just mark the job as cancelled.
           jobs[job].setSubjobComplete(true);
-          wsInfo.setStatus(jobs[job].getJobnum(), WebserviceInfo.STATE_CANCELLED_OK);
-          
+          wsInfo.setStatus(jobs[job].getJobnum(),
+                  WebserviceInfo.STATE_CANCELLED_OK);
+
         }
       }
       if (cancelled)