tuned whitespace;
authorwenzelm
Sat, 15 Dec 2007 23:55:33 +0100
changeset 25659 ef84226f9488
parent 25658 c3ae6c345fb5
child 25660 097f1384e371
tuned whitespace;
lib/classes/isabelle/IsabelleProcess.java
--- a/lib/classes/isabelle/IsabelleProcess.java	Sat Dec 15 23:54:59 2007 +0100
+++ b/lib/classes/isabelle/IsabelleProcess.java	Sat Dec 15 23:55:33 2007 +0100
@@ -349,14 +349,14 @@
         String shell = null;
         String home = null;
         String charset = "UTF-8";
-        
+
         shell = System.getProperty("isabelle.shell");
         home = System.getProperty("isabelle.home");
         if (shell != null && home != null) {
             cmdline.add(shell);
             cmdline.add(home +  "/bin/isabelle-process");
         } else if (home != null) {
-            cmdline.add(home +  "/bin/isabelle-process");            
+            cmdline.add(home +  "/bin/isabelle-process");
         } else if (shell != null) {
             throw new IsabelleProcessException("Cannot start process: isabelle.shell property requires isabelle.home");
         } else {