Skip to content

Commit

Permalink
Fix spacing on verifySimulate
Browse files Browse the repository at this point in the history
  • Loading branch information
chameco committed Aug 7, 2020
1 parent cd0a2c6 commit 462346f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SAWScript/Crucible/LLVM/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,10 +1029,10 @@ verifySimulate ::
MS.CrucibleMethodSpecIR (LLVM arch) ->
[(Crucible.MemType, LLVMVal)] ->
[Crucible.LabeledPred Term Crucible.AssumptionReason] ->
W4.ProgramLoc ->
[MS.CrucibleMethodSpecIR (LLVM arch)] ->
Crucible.SymGlobalState Sym ->
Bool ->
W4.ProgramLoc ->
[MS.CrucibleMethodSpecIR (LLVM arch)] ->
Crucible.SymGlobalState Sym ->
Bool ->
Maybe (IORef (Map Text.Text [Crucible.FunctionProfile])) ->
IO (Maybe (Crucible.MemType, LLVMVal), Crucible.SymGlobalState Sym)
verifySimulate opts cc pfs mspec args assumes top_loc lemmas globals checkSat asp =
Expand Down

0 comments on commit 462346f

Please sign in to comment.