- Improved indenting.

This commit is contained in:
ccremers 2004-08-14 18:11:30 +00:00
parent b6598ea8f4
commit 68d3bab305

View File

@ -128,7 +128,7 @@ indentPrint ()
int i; int i;
for (i = 0; i < indentDepth; i++) for (i = 0; i < indentDepth; i++)
eprintf ("| "); eprintf ("%i ",i);
#else #else
eprintf (">> "); eprintf (">> ");
#endif #endif
@ -875,8 +875,6 @@ arachne ()
} }
#endif #endif
indentDepth++;
roleInstance (sys, p, r, NULL); roleInstance (sys, p, r, NULL);
sys->runs[0].length = cl->ev + 1; sys->runs[0].length = cl->ev + 1;
#ifdef DEBUG #ifdef DEBUG
@ -895,7 +893,6 @@ arachne ()
roleInstanceDestroy (sys); roleInstanceDestroy (sys);
// next // next
indentDepth--;
cl = cl->next; cl = cl->next;
} }
} }