From 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Dec 2015 20:35:54 +0000 Subject: No-op; remove trailing whitespace. --- src/sub_time.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sub_time.h') diff --git a/src/sub_time.h b/src/sub_time.h index 22178e9..7abdedb 100644 --- a/src/sub_time.h +++ b/src/sub_time.h @@ -23,7 +23,7 @@ #include namespace sub { - + class Rational { public: @@ -31,7 +31,7 @@ public: : numerator (numerator_) , denominator (denominator_) {} - + int numerator; int denominator; @@ -59,7 +59,7 @@ public: static Time from_hmsf (int h, int m, int s, int f, boost::optional rate = boost::optional ()); static Time from_hms (int h, int m, int s, int ms); - + private: friend bool operator< (Time const & a, Time const & b); friend bool operator> (Time const & a, Time const & b); @@ -71,7 +71,7 @@ private: , _frames (frames) , _rate (rate) {} - + int _seconds; int _frames; boost::optional _rate; @@ -82,7 +82,7 @@ bool operator> (Time const & a, Time const & b); bool operator== (Time const & a, Time const & b); bool operator!= (Time const & a, Time const & b); std::ostream& operator<< (std::ostream& s, Time const & t); - + } #endif -- cgit v1.2.3