Removed trailing whitespace from all *.?pp files
[supertux.git] / src / util / ref.hpp
index 90c9e62..6086867 100644 (file)
@@ -42,7 +42,7 @@ public:
     if(object)
       object->unref();
   }
-  
+
   Ref<T>& operator= (const Ref<T>& other)
   {
     *this = other.get();