]> git.tdb.fi Git - libs/al.git/blobdiff - source/context.cpp
Style update: add spaces around assignments
[libs/al.git] / source / context.cpp
index 847680a20a338c7439be2beb3fed0a3f54a081b7..bc2964f3e0fc4396169460273d1b141b016f8e25 100644 (file)
@@ -14,7 +14,7 @@ namespace AL {
 
 Context::Context(Device &dev)
 {
-       context=alcCreateContext(dev.get_device(), 0);
+       context = alcCreateContext(dev.get_device(), 0);
        if(!context)
                throw Exception("Couldn't create OpenAL context");