summaryrefslogtreecommitdiff
path: root/libs/pbd/pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pool.cc')
-rw-r--r--libs/pbd/pool.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/pbd/pool.cc b/libs/pbd/pool.cc
index 404fab60e3..ccdb85b6c6 100644
--- a/libs/pbd/pool.cc
+++ b/libs/pbd/pool.cc
@@ -181,11 +181,11 @@ PerThreadPool::create_per_thread_pool (string n, unsigned long isize, unsigned l
bool
PerThreadPool::has_per_thread_pool ()
{
- CrossThreadPool* p = _key.get();
- if (p) {
- return true;
- }
- return false;
+ CrossThreadPool* p = _key.get();
+ if (p) {
+ return true;
+ }
+ return false;
}