mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -120,7 +120,6 @@ void MultiplayerPeerGDNative::_bind_methods() {
|
||||
extern "C" {
|
||||
|
||||
void GDAPI godot_net_bind_multiplayer_peer(godot_object *p_obj, const godot_net_multiplayer_peer *p_impl) {
|
||||
|
||||
((MultiplayerPeerGDNative *)p_obj)->set_native_multiplayer_peer(p_impl);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,6 @@ int PacketPeerGDNative::get_available_packet_count() const {
|
||||
extern "C" {
|
||||
|
||||
void GDAPI godot_net_bind_packet_peer(godot_object *p_obj, const godot_net_packet_peer *p_impl) {
|
||||
|
||||
((PacketPeerGDNative *)p_obj)->set_native_packet_peer(p_impl);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#include "modules/gdnative/include/net/godot_net.h"
|
||||
|
||||
class StreamPeerGDNative : public StreamPeer {
|
||||
|
||||
GDCLASS(StreamPeerGDNative, StreamPeer);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user