From b75bd48d82281193681c49c00fca9773a45fb0d8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Sun, 18 Feb 2024 16:36:04 -0500 Subject: [PATCH] Remove training whitespace --- dnn/lossgen.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dnn/lossgen.c b/dnn/lossgen.c index 308e24c01..698763f44 100644 --- a/dnn/lossgen.c +++ b/dnn/lossgen.c @@ -25,11 +25,11 @@ */ /* This packet loss simulator can be used independently of the Opus codebase. - Do do that, you need to compile the following files: + To do that, you need to compile the following files: dnn/lossgen.c dnn/lossgen_data.c - - To to that, the following files are needed as #include + + with the following files needed as #include dnn/lossgen_data.h dnn/lossgen.h dnn/nnet_arch.h @@ -43,7 +43,6 @@ include/opus_defines.h include/opus_types.h - Additionally, the code in dnn/lossgen_demo.c can be used to generate losses from the command line. */ -- GitLab