mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
change TAB space
change TAB space for line 794
This commit is contained in:
parent
7b02e3543f
commit
80540e4dc1
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
|
||||||
// e.g. /api/v1/clients/100 pattern= /api/v1/clients/, client_id=100
|
// e.g. /api/v1/clients/100 pattern= /api/v1/clients/, client_id=100
|
||||||
int cid = r->parse_rest_id(entry->pattern);
|
int cid = r->parse_rest_id(entry->pattern);
|
||||||
|
|
||||||
std::string start = r->query_get("start");
|
std::string start = r->query_get("start");
|
||||||
std::string count = r->query_get("count");
|
std::string count = r->query_get("count");
|
||||||
int cst = 0;
|
int cst = 0;
|
||||||
int cct = 10;
|
int cct = 10;
|
||||||
|
|
Loading…
Reference in a new issue