Chengdong Zhang
Committed by GitHub

change TAB space

change TAB space for line 794
@@ -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;