From: Jyri Sarha Date: Wed, 18 Jan 2023 19:41:47 +0000 (+0200) Subject: topology: pre-process-object: Remove all trailing white space X-Git-Tag: v1.2.9~15 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4d7275d7f86bf5fd14750a160512ec75de8bedad;p=alsa-utils.git topology: pre-process-object: Remove all trailing white space Signed-off-by: Jyri Sarha Signed-off-by: Jaroslav Kysela --- 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;