Merge pull request #11 from tjahnk/enable-6ch-volume
[apps/agl-service-unicens.git] / ucs2-interface / ucs_vol_interf.c
index fc2952e..ecd09de 100644 (file)
@@ -34,7 +34,7 @@ static UCSI_channelsT ucsiChannels[] = {
     {.name= "CENTER"     , .numid= (int)LIB_MOST_VOLUME_CH_CENTER},
     {.name= "SUB"        , .numid= (int)LIB_MOST_VOLUME_CH_SUB},
     {.name= "MASTER"     , .numid= (int)LIB_MOST_VOLUME_MASTER},
-    
+
     {.name= NULL}
 };
 
@@ -52,7 +52,7 @@ UCSI_channelsT *UCSI_Vol_Init (UCSI_Data_t *pPriv, UCSI_VolumeServiceCB_t servic
 }
 
 uint8_t UCSI_Vol_Set(UCSI_Data_t *pPriv, int numid, uint8_t volume) {
-            
+
     return (lib_most_volume_set((enum lib_most_volume_channel_t)numid, volume));
 }