globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / pbd / pbd / properties.h
index 684fc37ffe95d3f4b8e5669047f8ce986f1ee81e..f67fe50413a281fa3698a940f3117efad4c32daf 100644 (file)
@@ -180,7 +180,7 @@ protected:
                        }
 
                        _current  = v;
-               } 
+               }
        }
 
        virtual std::string to_string (T const& v) const             = 0;
@@ -197,7 +197,7 @@ private:
        PropertyTemplate (PropertyTemplate<T> const &);
 };
 
-template<class T> /*LIBPBD_API*/ 
+template<class T> /*LIBPBD_API*/
 std::ostream & operator<<(std::ostream& os, PropertyTemplate<T> const& s)
 {
        return os << s.val ();