Browse Source

Add blank line before EOF

master
Krisjanis Rijnieks 9 years ago
parent
commit
d968e6e14a
  1. 2
      example/src/ofApp.cpp
  2. 2
      example/src/ofApp.h

2
example/src/ofApp.cpp

@ -29,4 +29,4 @@ void ofApp::update(){
void ofApp::draw(){
piMapper.draw();
}
}

2
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;
};
};

Loading…
Cancel
Save