Cosmetics.
This commit is contained in:
		
							parent
							
								
									64a3ff5487
								
							
						
					
					
						commit
						2dd633816d
					
				|  | @ -1,7 +1,7 @@ | |||
| /*!
 | ||||
|  *  @file       MIDI.cpp | ||||
|  *  Project		MIDI Library | ||||
|  *	@brief		MIDI Library for the Arduino | ||||
|  *  Project     AVR Core MIDI Library | ||||
|  *  @brief      MIDI Library for the AVR Core | ||||
|  *  @version    3.2 | ||||
|  *  @author     Francois Best  | ||||
|  *  @date       24/02/11 | ||||
|  |  | |||
							
								
								
									
										14
									
								
								src/MIDI.h
								
								
								
								
							
							
						
						
									
										14
									
								
								src/MIDI.h
								
								
								
								
							|  | @ -1,11 +1,11 @@ | |||
| /*!
 | ||||
|  *  @file       MIDI.h | ||||
|  *  Project		MIDI Library | ||||
|  *	@brief		MIDI Library for the Arduino | ||||
|  *	Version		3.2 | ||||
|  *  Project     AVR Core MIDI Library | ||||
|  *  @brief      MIDI Library for the AVR Core | ||||
|  *  @version    3.2 | ||||
|  *  @author     Francois Best  | ||||
|  *  @date       24/02/11 | ||||
|  *  License		GPL Forty Seven Effects - 2011 | ||||
|  *  license     GPL Forty Seven Effects - 2011 | ||||
|  */ | ||||
| 
 | ||||
| #ifndef LIB_MIDI_H_ | ||||
|  | @ -130,7 +130,7 @@ public: | |||
|      | ||||
|      | ||||
|      | ||||
| /* ####### OUTPUT COMPILATION BLOCK ####### */	 | ||||
|     /* ####### OUTPUT COMPILATION BLOCK ####### */     | ||||
| #if COMPILE_MIDI_OUT | ||||
|      | ||||
| public:     | ||||
|  | @ -168,7 +168,7 @@ private: | |||
|      | ||||
|      | ||||
|      | ||||
| /* ####### INPUT COMPILATION BLOCK ####### */ | ||||
|     /* ####### INPUT COMPILATION BLOCK ####### */ | ||||
| #if COMPILE_MIDI_IN     | ||||
|      | ||||
| public: | ||||
|  | @ -280,7 +280,7 @@ private: | |||
| #endif // COMPILE_MIDI_IN
 | ||||
|      | ||||
|      | ||||
| /* ####### THRU COMPILATION BLOCK ####### */ | ||||
|     /* ####### THRU COMPILATION BLOCK ####### */ | ||||
| #if (COMPILE_MIDI_IN && COMPILE_MIDI_OUT && COMPILE_MIDI_THRU) // Thru
 | ||||
|      | ||||
| public: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Francois Best
						Francois Best