trivial: remove a tab character

tags: [NO_PROOF]
This commit is contained in:
Matthew Brecknell 2017-07-27 10:05:13 +10:00
parent 365643d751
commit 149ef38252
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ next
have nnull: "tn tcb \<noteq> NULL" using tq
proof (rule tcb_queue_relation_next_not_NULL)
from ind_prems show "\<forall>t\<in>set tcbs. tcb_at' t s"
and "distinct tcbs" by simp_all
and "distinct tcbs" by simp_all
show "tcbs \<noteq> []" using Cons by simp
qed