summaryrefslogtreecommitdiffstats
path: root/raul/Slave.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Slave.hpp')
-rw-r--r--raul/Slave.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/raul/Slave.hpp b/raul/Slave.hpp
index 91c90f3..387a6c5 100644
--- a/raul/Slave.hpp
+++ b/raul/Slave.hpp
@@ -52,8 +52,7 @@ protected:
Semaphore _whip;
private:
- inline void _run()
- {
+ inline void _run() {
while (true) {
_whip.wait();
_whipped();