Skip to content

Commit d3a29d7

Browse files
committed
minor : fix code style (#3463)
1 parent 85d1d3d commit d3a29d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/whisper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6620,8 +6620,9 @@ static bool whisper_vad(
66206620

66216621
whisper_vad_segments * vad_segments = whisper_vad_segments_from_samples(vctx, vad_params, samples, n_samples);
66226622

6623-
if(!vad_segments)
6623+
if (!vad_segments) {
66246624
return false;
6625+
}
66256626

66266627
if (vad_segments->data.size() > 0) {
66276628
state->has_vad_segments = true;

0 commit comments

Comments
 (0)