- Pretty-indenting code

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@674 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-06-29 08:44:30 +00:00
parent 7aecc910ba
commit 6b27a8461b
94 changed files with 3073 additions and 3066 deletions

View file

@ -23,20 +23,20 @@
using namespace sgpem;
StaticRequest::StaticRequest(StaticThread* thread,
StaticRequest::StaticRequest(StaticThread* thread,
unsigned int instant) :
_thread(thread), _instant(instant)
_thread(thread), _instant(instant)
{
assert(thread != NULL);
}
unsigned int
unsigned int
StaticRequest::get_instant() const
{
return _instant;
}
StaticThread&
StaticThread&
StaticRequest::get_thread()
{
return *_thread;