Skip to content

Commit 8f5f287

Browse files
committed
Run clang-format
1 parent dac71a6 commit 8f5f287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main/webrtc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ void webrtc_create(M5AtomS3 *b) {
120120
xTaskCreateStaticPinnedToCore(send_audio_task, "audio_publisher",
121121
30000, peer_connection, 7, stack_memory,
122122
&send_audio_task_buffer, 0);
123-
} else if (state == PEER_CONNECTION_CLOSED || state == PEER_CONNECTION_FAILED || state == PEER_CONNECTION_DISCONNECTED) {
123+
} else if (state == PEER_CONNECTION_CLOSED ||
124+
state == PEER_CONNECTION_FAILED ||
125+
state == PEER_CONNECTION_DISCONNECTED) {
124126
esp_restart();
125127
}
126128
});

0 commit comments

Comments
 (0)