1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the spaces, no TABS

This commit is contained in:
winlin 2017-01-16 15:47:26 +08:00
parent 750f4413c8
commit 1ed5118246
12 changed files with 198 additions and 198 deletions

View file

@ -69,7 +69,7 @@ int MockReloadHandler::count_total()
int MockReloadHandler::count_true()
{
int count_true = 0;
int count_true = 0;
if (listen_reloaded) count_true++;
if (pid_reloaded) count_true++;
@ -99,7 +99,7 @@ int MockReloadHandler::count_true()
int MockReloadHandler::count_false()
{
int count_false = 0;
int count_false = 0;
if (!listen_reloaded) count_false++;
if (!pid_reloaded) count_false++;