fix header guard and cleanup whitespace

main
Harry van Haaren 2017-03-08 19:22:02 +00:00
parent 96eaa81de6
commit 6e8687592b
1 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef JACKSENDREUTRN_H
#ifndef JACKSENDRETURN_H
#define JACKSENDRETURN_H
#include "buffers.hxx"
#include "audioprocessor.hxx"
#include <jack/jack.h>
@ -51,7 +52,4 @@ private:
int m_counter;
};
#endif