changeset 577:d0b9ce94b857

ElapsedTimer: reduce column limit
author David Demelier <markand@malikania.fr>
date Wed, 20 Jul 2016 16:17:55 +0200
parents 943d07fbe352
children 67da1bacd884
files modules/elapsed-timer/elapsed-timer.hpp
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/modules/elapsed-timer/elapsed-timer.hpp	Tue Jul 19 22:38:12 2016 +0200
+++ b/modules/elapsed-timer/elapsed-timer.hpp	Wed Jul 20 16:17:55 2016 +0200
@@ -29,8 +29,9 @@
 /**
  * \brief Measure elapsed time
  *
- * This class provides an abstraction to measure elapsed time since the construction of the object. It uses
- * std::chrono::high_resolution_clock for more precision and uses milliseconds only.
+ * This class provides an abstraction to measure elapsed time since the
+ * construction of the object. It uses std::chrono::high_resolution_clock for
+ * more precision and uses milliseconds only.
  */
 class ElapsedTimer {
 private: