No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / safe_stringstream.h
index 0ffcb62243b4635e23f1420ce86fcb06b751df95..e6f6595ba7a34380bd1784e1b4dfb4f64d2dea90 100644 (file)
@@ -44,11 +44,11 @@ class SafeStringStream
 public:
        SafeStringStream ()
        {}
-       
+
        SafeStringStream (std::string s)
                : _stream (s)
        {}
-       
+
        template <class T>
        std::ostream& operator<< (T val)
        {
@@ -88,7 +88,7 @@ public:
        {
                _stream.fill (f);
        }
-       
+
        void precision (int p)
        {
                _stream.precision (p);