tuned whitespace;
authorwenzelm
Sun, 14 Feb 2016 13:38:31 +0100
changeset 62309 96c9a259d275
parent 62308 9b9547c9a6ed
child 62310 ab836dc7410e
tuned whitespace;
src/Pure/System/isabelle_process.scala
--- a/src/Pure/System/isabelle_process.scala	Sun Feb 14 13:23:12 2016 +0100
+++ b/src/Pure/System/isabelle_process.scala	Sun Feb 14 13:38:31 2016 +0100
@@ -35,8 +35,7 @@
     system_channel: System_Channel,
     system_process: Prover.System_Process)
   extends Prover(receiver, system_channel, system_process)
-  {
-    def encode(s: String): String = Symbol.encode(s)
-    def decode(s: String): String = Symbol.decode(s)
-  }
-
+{
+  def encode(s: String): String = Symbol.encode(s)
+  def decode(s: String): String = Symbol.decode(s)
+}