src/host/testbench.c: fix style

Make checkpatch happy

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2019-01-15 23:08:05 -06:00 committed by Liam Girdwood
parent af31c12080
commit f2594096c0
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ int main(int argc, char **argv)
/* parse topology file and create pipeline */
if (parse_topology(tplg_file, &sof, &fr_id, &fw_id, &sched_id, bits_in,
input_file, output_file, lib_table, pipeline) < 0) {
input_file, output_file, lib_table, pipeline) < 0) {
fprintf(stderr, "error: parsing topology\n");
exit(EXIT_FAILURE);
}