diff --git a/example/src/ofApp.cpp b/example/src/ofApp.cpp index 5026970..a5788c7 100644 --- a/example/src/ofApp.cpp +++ b/example/src/ofApp.cpp @@ -29,4 +29,4 @@ void ofApp::update(){ void ofApp::draw(){ piMapper.draw(); -} \ No newline at end of file +} diff --git a/example/src/ofApp.h b/example/src/ofApp.h index 45a235f..3c19e57 100644 --- a/example/src/ofApp.h +++ b/example/src/ofApp.h @@ -19,4 +19,4 @@ class ofApp : public ofBaseApp { // you will be able to see the source listed in sources editor CustomSource * customSource; CrossSource * crossSource; -}; \ No newline at end of file +};