CLEANUP: Reindenting code.
This commit is contained in:
parent
619ecf7673
commit
fcf694dbd9
@ -2316,8 +2316,8 @@ arachneClaimTest (Claimlist cl)
|
||||
* Add specific goal info and iterate algorithm
|
||||
*/
|
||||
add_claim_specifics (sys, cl,
|
||||
roledef_shift (sys->runs[run].
|
||||
start, cl->ev), realStart);
|
||||
roledef_shift (sys->runs[run].start, cl->ev),
|
||||
realStart);
|
||||
}
|
||||
|
||||
|
||||
|
16
src/dotout.c
16
src/dotout.c
@ -1287,8 +1287,8 @@ printRunConstants (const System sys, const int run)
|
||||
if (sys->runs[run].constants != NULL)
|
||||
{
|
||||
eprintf ("Const ");
|
||||
showLocals (run, sys->runs[run].role->
|
||||
declaredconsts, sys->runs[run].constants, NULL, "", ", ");
|
||||
showLocals (run, sys->runs[run].role->declaredconsts,
|
||||
sys->runs[run].constants, NULL, "", ", ");
|
||||
eprintf ("\\l");
|
||||
return true;
|
||||
}
|
||||
@ -1402,9 +1402,9 @@ printRunExplanation (const System sys, const int run,
|
||||
{
|
||||
ignoreterm = NULL;
|
||||
}
|
||||
hadcontent = showLocals (run, sys->runs[run].protocol->
|
||||
rolenames, sys->runs[run].rho,
|
||||
ignoreterm, "", "\\l");
|
||||
hadcontent =
|
||||
showLocals (run, sys->runs[run].protocol->rolenames,
|
||||
sys->runs[run].rho, ignoreterm, "", "\\l");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1424,9 +1424,9 @@ printRunExplanation (const System sys, const int run,
|
||||
eprintf (newline);
|
||||
hadcontent = false;
|
||||
}
|
||||
if (showLocals (run, sys->runs[run].role->
|
||||
declaredvars, sys->runs[run].sigma, NULL, "Var ",
|
||||
"\\l"))
|
||||
if (showLocals
|
||||
(run, sys->runs[run].role->declaredvars, sys->runs[run].sigma, NULL,
|
||||
"Var ", "\\l"))
|
||||
{
|
||||
eprintf ("\\l");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user