Cosmetics.
This commit is contained in:
parent
64a3ff5487
commit
2dd633816d
|
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* @file MIDI.cpp
|
* @file MIDI.cpp
|
||||||
* Project MIDI Library
|
* Project AVR Core MIDI Library
|
||||||
* @brief MIDI Library for the Arduino
|
* @brief MIDI Library for the AVR Core
|
||||||
* @version 3.2
|
* @version 3.2
|
||||||
* @author Francois Best
|
* @author Francois Best
|
||||||
* @date 24/02/11
|
* @date 24/02/11
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
/*!
|
/*!
|
||||||
* @file MIDI.h
|
* @file MIDI.h
|
||||||
* Project MIDI Library
|
* Project AVR Core MIDI Library
|
||||||
* @brief MIDI Library for the Arduino
|
* @brief MIDI Library for the AVR Core
|
||||||
* Version 3.2
|
* @version 3.2
|
||||||
* @author Francois Best
|
* @author Francois Best
|
||||||
* @date 24/02/11
|
* @date 24/02/11
|
||||||
* License GPL Forty Seven Effects - 2011
|
* license GPL Forty Seven Effects - 2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIB_MIDI_H_
|
#ifndef LIB_MIDI_H_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue