cosmetic: Fix trailing whitespace in several files

Change-Id: Ifafb68353960fc5046661854ccfb8d783b0efb14
This commit is contained in:
Pau Espin 2019-07-22 12:03:39 +02:00
parent e6319ed32a
commit bdb970e495
13 changed files with 40 additions and 41 deletions

View File

@ -31,4 +31,3 @@ void base_convert_short_float(float *out, const short *in, int len)
for (int i = 0; i < len; i++)
out[i] = in[i];
}