]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderable.h
Style update: add spaces around assignment operators
[libs/gl.git] / source / renderable.h
index 6e433d3e9eb5b489a99a99464f9b9d0983b4e253..44b3c257b9a79b825e466be5d9d467827c350b38 100644 (file)
@@ -21,7 +21,7 @@ protected:
 public:
        virtual ~Renderable() { }
 
-       virtual void render(const Tag &tag=Tag()) const =0;
+       virtual void render(const Tag &tag = Tag()) const =0;
 };
 
 } // namespace Msp