From d968e6e14a335eff15269ebb913f091df02497ba Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 17 Oct 2016 14:45:42 +0200 Subject: [PATCH] Add blank line before EOF --- example/src/ofApp.cpp | 2 +- example/src/ofApp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +};