1
0
Fork 0
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:
Chengdong Zhang 2017-02-03 10:58:32 +08:00 committed by GitHub
parent 7b02e3543f
commit 80540e4dc1

View file

@ -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
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");
int cst = 0;
int cct = 10;