diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2011-12-23 01:51:39 +0000 | 
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-12-23 01:51:39 +0000 | 
| commit | f201f6697b7f99b63389509b42112026b8f6f76f (patch) | |
| tree | 9f38b5271f3a5ff10083f4f3e27598ced92efe11 /LUFA/Drivers/USB/Class/Common/AudioClassCommon.h | |
| parent | 77f354609f0411fb6541da31a889186ad402838e (diff) | |
| download | lufa-f201f6697b7f99b63389509b42112026b8f6f76f.tar.gz lufa-f201f6697b7f99b63389509b42112026b8f6f76f.tar.bz2 lufa-f201f6697b7f99b63389509b42112026b8f6f76f.zip | |
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/AudioClassCommon.h')
| -rw-r--r-- | LUFA/Drivers/USB/Class/Common/AudioClassCommon.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h b/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h index 32a66409b..8f9a10758 100644 --- a/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h +++ b/LUFA/Drivers/USB/Class/Common/AudioClassCommon.h @@ -218,7 +218,7 @@  		 *  allows for pitch adjustments to be made via control requests directed at the endpoint.  		 */  		#define AUDIO_EP_PITCH_CONTROL            (1 << 1) -		 +  	/* Enums: */  		/** Enum for possible Class, Subclass and Protocol values of device and interface descriptors relating to the Audio  		 *  device class. @@ -244,7 +244,7 @@  			                                                   *   interface belongs to the Streaming Audio protocol.  			                                                   */  		}; -	 +  		/** Audio class specific interface description subtypes, for the Audio Control interface. */  		enum Audio_CSInterface_AC_SubTypes_t  		{ @@ -287,7 +287,7 @@  			AUDIO_REQ_GetMemory     = 0x85, /**< Audio class-specific request to get the memory value of a parameter within the device. */  			AUDIO_REQ_GetStatus     = 0xFF, /**< Audio class-specific request to get the device status. */  		}; -		 +  		/** Enum for Audio class specific Endpoint control modifiers which can be set and retrieved by a USB host, if the corresponding  		 *  endpoint control is indicated to be supported in the Endpoint's Audio-class specific endpoint descriptor.  		 */ | 
