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:
parent
750f4413c8
commit
1ed5118246
12 changed files with 198 additions and 198 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue