diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-09 18:42:30 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-09 18:55:32 +0200 |
commit | 69f92fa26c7bef3b042d8da5e520fe60b22e01b7 (patch) | |
tree | 3157fbaec9bb148c64cb4fd3fa40bad6e8ad3864 /src/WebRTCLibDataChannel.hpp | |
parent | d06e536d12bd6eff02de4fdfbba86f25d1c048fc (diff) | |
download | fork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.tar.gz fork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.tar.bz2 fork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.zip |
Run clang-format on src/*
Diffstat (limited to 'src/WebRTCLibDataChannel.hpp')
-rw-r--r-- | src/WebRTCLibDataChannel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp index d02e848..1d1ce0f 100644 --- a/src/WebRTCLibDataChannel.hpp +++ b/src/WebRTCLibDataChannel.hpp @@ -36,8 +36,8 @@ #include "api/peer_connection_interface.h" // interface for all things needed from WebRTC #include "media/base/media_engine.h" // needed for CreateModularPeerConnectionFactory -#include "net/WebRTCDataChannelNative.hpp" #include "PoolArrays.hpp" +#include "net/WebRTCDataChannelNative.hpp" #include <mutex> namespace godot_webrtc { |