From: Brian Norris Date: Wed, 8 Aug 2012 23:36:10 +0000 (-0700) Subject: threads: trivial change X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=commitdiff_plain;h=6d9abf287d99279385cd858bd58602ab19654a8b;ds=sidebyside threads: trivial change --- diff --git a/threads.cc b/threads.cc index 33bb9925..26975799 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 */