zhengfl

修正编码风格问题

@@ -860,8 +860,7 @@ int SrsRtmpConn::do_publishing(SrsSource* source, SrsPublishRecvThread* trd) @@ -860,8 +860,7 @@ int SrsRtmpConn::do_publishing(SrsSource* source, SrsPublishRecvThread* trd)
860 return ret; 860 return ret;
861 } 861 }
862 srs_verbose("hls on_publish success."); 862 srs_verbose("hls on_publish success.");
863 - }  
864 - else { 863 + } else {
865 if ((ret = source->on_edge_start_publish()) != ERROR_SUCCESS) { 864 if ((ret = source->on_edge_start_publish()) != ERROR_SUCCESS) {
866 srs_error("notice edge start publish stream failed. ret=%d", ret); 865 srs_error("notice edge start publish stream failed. ret=%d", ret);
867 return ret; 866 return ret;