1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks

This commit is contained in:
Rémi Verschelde
2021-05-04 14:41:06 +02:00
parent 64a63e0861
commit b5e1e05ef2
1439 changed files with 1 additions and 34187 deletions

View File

@@ -69,7 +69,6 @@ void WebRTCDataChannelJS::_on_error(void *p_obj) {
}
void WebRTCDataChannelJS::_on_message(void *p_obj, const uint8_t *p_data, int p_size, int p_is_string) {
WebRTCDataChannelJS *peer = static_cast<WebRTCDataChannelJS *>(p_obj);
RingBuffer<uint8_t> &in_buffer = peer->in_buffer;