Skip to content
Snippets Groups Projects
Commit f7beb1b3 authored by trilene's avatar trilene
Browse files

clang-format

parent 8d7c70d9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ WebRTCSession::WebRTCSession()
{
qRegisterMetaType<WebRTCSession::State>();
connect(this, &WebRTCSession::stateChanged, this, &WebRTCSession::setState);
#if defined (GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0)
#if defined(GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0)
init();
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment