cosmetic: Threads.h: Remove trailing whitespace

Change-Id: I0ae6e435a7f0480c3eaa08dccfe824456f33b015
This commit is contained in:
Pau Espin 2019-04-25 19:33:11 +02:00
parent bab1583a2c
commit 46324d3597
1 changed files with 2 additions and 2 deletions

View File

@ -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: