- Some reindentation. Nothing interesting, just syntax.

This commit is contained in:
ccremers
2006-01-02 16:07:56 +00:00
parent e21627442a
commit 4023ef237e
5 changed files with 17 additions and 14 deletions

View File

@@ -609,7 +609,7 @@ graphNode (const System sys)
// Print step
printf ("%i:", sys->runs[run].step - 1);
if (rd->type == CLAIM && (!isRunTrusted(sys,run)))
if (rd->type == CLAIM && (!isRunTrusted (sys, run)))
{
printf ("Skip claim in #%i\"", run);
}