No-op: whitespace.
[libdcp.git] / src / dcp_time.h
index 88a4d8a10b75ac3d606478d7a56b546c0284bda3..1221fb328a33168f2aa73a22e2201f960e30e441 100644 (file)
@@ -87,7 +87,7 @@ extern bool operator< (Time const & a, Time const & b);
 extern bool operator> (Time const & a, Time const & b);
 extern bool operator>= (Time const & a, Time const & b);
 extern std::ostream & operator<< (std::ostream & s, Time const & t);
-extern Time operator+ (Time a, Time b);        
+extern Time operator+ (Time a, Time b);
 extern Time operator- (Time a, Time b);
 extern float operator/ (Time a, Time const & b);