lsflib/src/tokenizer.c
changeset 29 7abf6146898e
parent 9 c3fecc82ade6
child 77 49e0babccb23
--- a/lsflib/src/tokenizer.c
+++ b/lsflib/src/tokenizer.c
@@ -21,11 +21,11 @@
      * the main routine of the tokenizer
      *
      */
-
     Node *aktuell, *begin;
 
     char line[LINE_LENGTH];
     char *token;
+
     int tokens;
 
     *line = tokens = 0;