Commit d2a98785 by ziyue

删除多余空行

parent 34365a2f
......@@ -10,7 +10,6 @@
#include "WebRtcEchoTest.h"
WebRtcEchoTest::Ptr WebRtcEchoTest::create(const EventPoller::Ptr &poller) {
WebRtcEchoTest::Ptr ret(new WebRtcEchoTest(poller), [](WebRtcEchoTest *ptr) {
ptr->onDestory();
......@@ -35,4 +34,3 @@ void WebRtcEchoTest::onRtp(const char *buf, size_t len, uint64_t stamp_ms) {
void WebRtcEchoTest::onRtcp(const char *buf, size_t len) {
sendRtcpPacket(buf, len, true, nullptr);
}
......@@ -31,8 +31,6 @@ protected:
private:
WebRtcEchoTest(const EventPoller::Ptr &poller);
};
#endif //ZLMEDIAKIT_WEBRTCECHOTEST_H
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论