changeset 584:166183fa7f91

Timer: reduce column limit
author David Demelier <markand@malikania.fr>
date Wed, 20 Jul 2016 17:07:59 +0200
parents c7f92fd77953
children 55f57b45a898
files modules/timer/timer.hpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/timer/timer.hpp	Wed Jul 20 17:04:19 2016 +0200
+++ b/modules/timer/timer.hpp	Wed Jul 20 17:07:59 2016 +0200
@@ -140,7 +140,8 @@
     }
 
     /**
-     * Tells if a pending thread is still active even if the execution has finished.
+     * Tells if a pending thread is still active even if the execution has
+     * finished.
      *
      * \return true if active
      */