style(speex): 代码格式化

7 job 使用!68feat/ext_encode in 1 minute 和 7 second (queued for 1 second)
detached
状态 作业 ID 名称 覆盖率
  Lint
已通过 #74542
generic
code-check

00:01:07

已失败 #74541
generic
code-style

00:00:10

已失败 #74540
generic
dco

00:00:08

已通过 #74543
generic
lisa

00:00:16

 
  Build
已跳过 #74546
generic
docs
已跳过 #74545
generic
guardian
已跳过 #74544
generic
zephyr
 
名称 暂存 失败
已失败
dco Lint
  https://developercertificate.org/
To indicate acceptance of the DCO every commit must have a tag
Signed-off-by: REAL NAME <EMAIL>
This can be achieved by passing the "-s" flag to the "git commit" command.
To bulk update all commits on current branch "git rebase" can be used:
git rebase -i master -x 'git commit --amend --no-edit -s'

Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

已失败
code-style Lint
+#define SPEEX_STEREO_STATE_INIT                                                                                        \
+ { \
+ 1, .5, 1, 1, 0, 0 \
+ }

/** Initialise/create a stereo stereo state */
SpeexStereoState *speex_stereo_state_init(void);
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1