topology: pre-process-object: Remove all trailing white space

Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jyri Sarha 2023-01-18 21:41:47 +02:00 committed by Jaroslav Kysela
parent 613372dc7c
commit 4d7275d7f8

View file

@ -1793,7 +1793,7 @@ int tplg_pre_process_objects(struct tplg_pre_processor *tplg_pp, snd_config_t *c
* ramp_step_ms 250
* }
* }
*
*
* While instantiating the volume-pipeline class, the pga object
* could be modified as follows:
* Object.Pipeline.volume-playback.0 {
@ -1809,7 +1809,7 @@ int tplg_pre_process_objects(struct tplg_pre_processor *tplg_pp, snd_config_t *c
* ramp_step_ms 250
* format "s24le"
* }
*/
*/
if (parent) {
snd_config_t *parent_instance, *parent_obj, *temp;