From: Paul Brossier Date: Sun, 25 Oct 2015 01:05:57 +0000 (+0100) Subject: example_aubioDemo/src/main.cpp: fix indentation X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=37833b7ab4f4eb6321519ff53e54edd200fbfdd2;p=ofxAubio.git example_aubioDemo/src/main.cpp: fix indentation --- diff --git a/example_aubioDemo/src/main.cpp b/example_aubioDemo/src/main.cpp index 91c6b35..cd0ad40 100644 --- a/example_aubioDemo/src/main.cpp +++ b/example_aubioDemo/src/main.cpp @@ -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