summaryrefslogtreecommitdiff
path: root/src/thread
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-08 09:49:08 +0100
committerMax Kellermann <max@musicpd.org>2018-01-08 09:49:08 +0100
commitca9fcec3643aef9b7cd15cc76248e0981b77decf (patch)
tree66644e1baa55d1069552560a49a3e3a3bfe68caf /src/thread
parent354104f9a9f6e5eb652ba771c32117431d898cf5 (diff)
thread/Thread: fix indent
Diffstat (limited to 'src/thread')
-rw-r--r--src/thread/Thread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/Thread.hxx b/src/thread/Thread.hxx
index 82c8196d5..f02dbf2e0 100644
--- a/src/thread/Thread.hxx
+++ b/src/thread/Thread.hxx
@@ -62,7 +62,7 @@ public:
#else
return handle != pthread_t();
#endif
- }
+ }
/**
* Check if this thread is the current thread.