Skip to content
Snippets Groups Projects
Commit 911ffba5 authored by Kimaya Bedarkar's avatar Kimaya Bedarkar
Browse files

add spaces

parent de4512f1
No related branches found
No related tags found
No related merge requests found
Pipeline #119250 passed
...@@ -90,8 +90,8 @@ Section ExceedanceProcStateProperties1. ...@@ -90,8 +90,8 @@ Section ExceedanceProcStateProperties1.
[ExceedanceExecution j] for some [j]. *) [ExceedanceExecution j] for some [j]. *)
Definition is_exceedance_exec (pstate : (exceedance_proc_state Job)) := Definition is_exceedance_exec (pstate : (exceedance_proc_state Job)) :=
match pstate with match pstate with
|ExceedanceExecution _ => true | ExceedanceExecution _ => true
|_ => false | _ => false
end. end.
(** Next, let us consider any schedule of the [exceedance_proc_state]. *) (** Next, let us consider any schedule of the [exceedance_proc_state]. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment