From: Brian Norris Date: Wed, 8 Aug 2012 23:36:10 +0000 (-0700) Subject: threads: trivial change X-Git-Tag: pldi2013~279 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=commitdiff_plain;h=6d9abf287d99279385cd858bd58602ab19654a8b threads: trivial change --- diff --git a/threads.cc b/threads.cc index 33bb992..2697579 100644 --- a/threads.cc +++ b/threads.cc @@ -36,8 +36,8 @@ Thread * thread_current(void) * @todo We should make the START event always immediately follow the * CREATE event, so we don't get redundant traces... */ - -void thread_startup() { +void thread_startup() +{ Thread * curr_thread = thread_current(); /* Add dummy "start" action, just to create a first clock vector */