Skip to content

Commit 2a325b8

Browse files
committed
test_6 . happy linter
1 parent 6f494ec commit 2a325b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/pipewire.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void *input_pipewire(void *audiodata) {
225225
}
226226

227227
data->stream = pw_stream_new_simple(pw_main_loop_get_loop(data->loop), "cava", props,
228-
&stream_events, data);
228+
&stream_events, data);
229229

230230
int status = pw_stream_connect(data->stream, PW_DIRECTION_INPUT, PW_ID_ANY,
231231
PW_STREAM_FLAG_AUTOCONNECT | PW_STREAM_FLAG_MAP_BUFFERS |

0 commit comments

Comments
 (0)