From d0dae04c2ae6e4219e0ebac205dd05fa7e9427cf Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 23 Aug 2017 10:54:30 +0200 Subject: Format: remove blank space at EOL Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe Signed-off-by: Romain Forlot --- Alsa-afb/Alsa-SetGet.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Alsa-afb/Alsa-SetGet.c') diff --git a/Alsa-afb/Alsa-SetGet.c b/Alsa-afb/Alsa-SetGet.c index 04f2929..7450944 100644 --- a/Alsa-afb/Alsa-SetGet.c +++ b/Alsa-afb/Alsa-SetGet.c @@ -36,7 +36,7 @@ PUBLIC void NumidsListParse(ActionSetGetT action, queryValuesT *queryValues, ctl ctlRequest[idx].used = 0; ctlRequest[idx].valuesJ = NULL; - // when only one NUMID is provided it might not be encapsulated in a JSON array + // when only one NUMID is provided it might not be encapsulated in a JSON array if (json_type_array == json_object_get_type(queryValues->numidsJ)) ctlRequest[idx].jToken = json_object_array_get_idx(queryValues->numidsJ, idx); else ctlRequest[idx].jToken = queryValues->numidsJ; @@ -438,7 +438,7 @@ PUBLIC int alsaSetSingleCtl(snd_ctl_t *ctlDev, snd_ctl_elem_id_t *elemId, ctlReq snd_ctl_elem_info_t *elemInfo; int count, length, err, valueIsArray = 0; - // let's make sure we are processing the right control + // let's make sure we are processing the right control if (ctlRequest->numId != snd_ctl_elem_id_get_numid(elemId)) goto OnErrorExit; // set info event ID and get value @@ -720,7 +720,7 @@ STATIC void alsaSetGetCtls(ActionSetGetT action, afb_req request) { int jdx; if (queryValues.count == 0 && action == ACTION_GET) { - selected = 1; // check is this numid is selected within query + selected = 1; // check is this numid is selected within query jdx = ctlIndex; // map all existing ctl as requested } else { int numid = snd_ctl_elem_list_get_numid(ctlList, ctlIndex); @@ -737,7 +737,7 @@ STATIC void alsaSetGetCtls(ActionSetGetT action, afb_req request) { } } - // control is selected open ctlid and get value + // control is selected open ctlid and get value if (selected) { snd_ctl_elem_id_t *elemId; snd_ctl_elem_id_alloca(&elemId); -- cgit 1.2.3-korg