- Some reindentation. Nothing interesting, just syntax.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user