You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
newline fixes
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
#include "register_openssl.h"
|
||||
|
||||
#include "stream_peer_openssl.h"
|
||||
#ifdef OPENSSL_ENABLED
|
||||
|
||||
void register_openssl() {
|
||||
|
||||
ObjectTypeDB::register_type<StreamPeerOpenSSL>();
|
||||
StreamPeerOpenSSL::initialize_ssl();
|
||||
|
||||
}
|
||||
|
||||
void unregister_openssl() {
|
||||
|
||||
StreamPeerOpenSSL::finalize_ssl();
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "register_openssl.h"
|
||||
|
||||
#include "stream_peer_openssl.h"
|
||||
#ifdef OPENSSL_ENABLED
|
||||
|
||||
void register_openssl() {
|
||||
|
||||
ObjectTypeDB::register_type<StreamPeerOpenSSL>();
|
||||
StreamPeerOpenSSL::initialize_ssl();
|
||||
|
||||
}
|
||||
|
||||
void unregister_openssl() {
|
||||
|
||||
StreamPeerOpenSSL::finalize_ssl();
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user