aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-04-25 19:33:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-04-25 19:33:11 +0200
commit46324d3597f990526512c46f40a6d763fa86e7aa (patch)
treed261789866b42f3947dbd67fb47b4fe44bdfb30f /CommonLibs
parentbab1583a2cd445d2c0d94c10721fcf5573e056bb (diff)
cosmetic: Threads.h: Remove trailing whitespace
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/Threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h
index 857c5d9..3b76985 100644
--- a/CommonLibs/Threads.h
+++ b/CommonLibs/Threads.h
@@ -55,7 +55,7 @@ void unlockCout(); ///< call after writing cout
#define OBJDCOUT(text) {}
#else
#define DCOUT(text) { COUT(__FILE__ << ":" << __LINE__ << " " << text); }
-#define OBJDCOUT(text) { DCOUT(this << " " << text); }
+#define OBJDCOUT(text) { DCOUT(this << " " << text); }
#endif
//@}
//@}
@@ -152,7 +152,7 @@ class Thread {
pthread_attr_t mAttrib;
// FIXME -- Can this be reduced now?
size_t mStackSize;
-
+
public: