Reformat: delete trailing whitespace
[yazproxy-moved-to-github.git] / src / tstthreads.cpp
index 2946886..a823d87 100644 (file)
@@ -66,7 +66,7 @@ public:
 };
 
 My_Timer_Thread::My_Timer_Thread(ISocketObservable *obs,
-                                 Msg_Thread *t) : m_obs(obs) 
+                                 Msg_Thread *t) : m_obs(obs)
 {
     pipe(m_fd);
     m_t = t;