mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
fix header guard and cleanup whitespace
This commit is contained in:
parent
96eaa81de6
commit
6e8687592b
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue