Reformat: delete trailing whitespace
[yazproxy-moved-to-github.git] / src / tstthreads.cpp
index 8e09150..a823d87 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -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;
@@ -98,6 +98,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab