Committed by
GitHub
change TAB space
change TAB space for line 794
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -791,7 +791,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r) | @@ -791,7 +791,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r) | ||
| 791 | // e.g. /api/v1/clients/100 pattern= /api/v1/clients/, client_id=100 | 791 | // e.g. /api/v1/clients/100 pattern= /api/v1/clients/, client_id=100 |
| 792 | int cid = r->parse_rest_id(entry->pattern); | 792 | int cid = r->parse_rest_id(entry->pattern); |
| 793 | 793 | ||
| 794 | - std::string start = r->query_get("start"); | 794 | + std::string start = r->query_get("start"); |
| 795 | std::string count = r->query_get("count"); | 795 | std::string count = r->query_get("count"); |
| 796 | int cst = 0; | 796 | int cst = 0; |
| 797 | int cct = 10; | 797 | int cct = 10; |
-
请 注册 或 登录 后发表评论