Small reformat of split()

No functional chhange.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2013-01-21 17:22:31 +01:00
parent 054d117d25
commit 6950d07bf4
3 changed files with 25 additions and 31 deletions

View File

@@ -167,7 +167,7 @@ public:
private:
std::vector<Thread*> threads;
TimerThread* timer;
int maxThreadsPerSplitPoint;
size_t maxThreadsPerSplitPoint;
};
extern ThreadPool Threads;