example_aubioDemo/src/main.cpp: fix indentation
authorPaul Brossier <piem@piem.org>
Sun, 25 Oct 2015 01:05:57 +0000 (02:05 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 25 Oct 2015 01:05:57 +0000 (02:05 +0100)
example_aubioDemo/src/main.cpp

index 91c6b35..cd0ad40 100644 (file)
@@ -3,7 +3,7 @@
 
 //========================================================================
 int main( ){
-       ofSetupOpenGL(750, 250,OF_WINDOW);                      // <-------- setup the GL context
+       ofSetupOpenGL(750, 250, OF_WINDOW);                     // <-------- setup the GL context
 
        // this kicks off the running of my app
        // can be OF_WINDOW or OF_FULLSCREEN