diff c/regexParser/determinize.cc @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents 1d30f70702df
children 166136236891
line wrap: on
line diff
--- a/c/regexParser/determinize.cc	Tue Nov 24 14:38:26 2015 +0900
+++ b/c/regexParser/determinize.cc	Tue Nov 24 17:07:08 2015 +0900
@@ -12,5 +12,5 @@
         x1->next = createTransition(x->condition, x->nextState);
         x1 = x1->next;
     }
-    return x0; 
+    return x0;
 }