- Improved indenting.
This commit is contained in:
parent
b6598ea8f4
commit
68d3bab305
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user