]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/module.cpp
Comments and cosmetic cleanups
[libs/gl.git] / source / core / module.cpp
index 5287ae9c2ec369bbdfcf80242c738e4e2fdc75cf..374ef8ae4d71537fcfa36b37cdba910e63b7faf9 100644 (file)
@@ -70,6 +70,7 @@ void GlslModule::compile(SL::Compiler &compiler)
        compiler.compile(SL::Compiler::MODULE);
        prepared_source = compiler.get_combined_glsl();
        source_map = compiler.get_source_map();
+
 #ifdef DEBUG
        string diagnostics = compiler.get_diagnostics();
        if(!diagnostics.empty())