clang-format

pull/286/head
trilene 4 years ago
parent 8d7c70d912
commit f7beb1b34e
  1. 2
      src/WebRTCSession.cpp

@ -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
}

Loading…
Cancel
Save