]> git.alsa-project.org Git - alsa-utils.git/commitdiff
topology: pre-process-object: Remove all trailing white space
authorJyri Sarha <jyri.sarha@intel.com>
Wed, 18 Jan 2023 19:41:47 +0000 (21:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Feb 2023 14:48:20 +0000 (15:48 +0100)
Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/pre-process-object.c

index e890219e37941925ff14d7d14969d5056ca9b9d7..bafb6201e9b2858fcf6c543a763d9dbc3b21a106 100644 (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;