checkpoint
[sbp.git] / src / edu / berkeley / sbp / tib / TibDoc.java
index c1a803c..2883508 100644 (file)
@@ -12,7 +12,7 @@ import java.util.*;
 import java.io.*;
 
 public class TibDoc {
-    
+
     public static void main(String[] s) throws Exception {
         System.out.println("parsing " + s[0]);
         Tree<String> res = new CharToStringParser(MetaGrammar.make()).parse(new FileInputStream(s[0])).expand1();