]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bindable.h
Style update: add spaces around assignment operators
[libs/gl.git] / source / bindable.h
index cd012fbbcef3d50b984a6dafbace86f49ce7f433..e26840fa3950e977b309beeeeeca96bb3ee33e6e 100644 (file)
@@ -24,7 +24,7 @@ protected:
                if(obj==cur_obj)
                        return false;
 
-               cur_obj=obj;
+               cur_obj = obj;
                return true;
        }