]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effect.h
For a few lingering whitespace issues
[libs/gl.git] / source / effect.h
index 2f9c56d2572f2703723044c25e058df995b7fec8..f5c740ff5eb0d328a0125b8cb251cab4d4fe43af 100644 (file)
@@ -9,8 +9,8 @@ class Effect
 public:
        virtual ~Effect() { }
 
-       virtual void prepare() =0;
-       virtual void cleanup() =0;
+       virtual void prepare() = 0;
+       virtual void cleanup() = 0;
 };
 
 } // namespace GL