summaryrefslogtreecommitdiff
path: root/libs/pbd/pool.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-13 17:32:10 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:14 -0400
commit480f1e408211b8d3acdf0af41291e14ad47d2126 (patch)
treea8aa812516c24a0a572c358b45dc021e5cb55472 /libs/pbd/pool.cc
parentf34d870a2c0f2770d8eae392b897ae727435859f (diff)
noop: fix indentation/whitespace
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;
}