From 4d7275d7f86bf5fd14750a160512ec75de8bedad Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Wed, 18 Jan 2023 21:41:47 +0200 Subject: [PATCH] topology: pre-process-object: Remove all trailing white space Signed-off-by: Jyri Sarha Signed-off-by: Jaroslav Kysela --- topology/pre-process-object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topology/pre-process-object.c b/topology/pre-process-object.c index e890219..bafb620 100644 --- a/topology/pre-process-object.c +++ b/topology/pre-process-object.c @@ -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;