diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-20 18:42:58 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-20 18:42:58 -0400 |
commit | 381c9c8870fad4c544f29deec22ba4be3549a731 (patch) | |
tree | f5f26e2dd380910b0ddd26e3d885d6bf56d40181 /src/threadengine.cpp | |
parent | 2528dc80bd1b3e6b2c09db23eb51659e30128110 (diff) |
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r-- | src/threadengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp index ea652e1f2..36a73d324 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -34,4 +34,3 @@ bool Thread::GetExitState() const void Thread::Run() { } - |