Improve the indentation
This commit is contained in:
parent
50e0dd33e8
commit
4f7c5789fc
|
|
@ -105,8 +105,8 @@ if ( session:ready() ) then
|
|||
channel_result = api:executeString(cmd_string);
|
||||
end
|
||||
|
||||
--referredy by is nill
|
||||
if (referred_by == nil) then
|
||||
--referredy by is nill
|
||||
if (referred_by == nil) then
|
||||
|
||||
--determine whether to check if the destination is available
|
||||
check_destination_status = session:getVariable("check_destination_status");
|
||||
|
|
@ -350,6 +350,5 @@ if (referred_by == nil) then
|
|||
--error tone due to no destinations
|
||||
session:execute("playback", "tone_stream://%(500,500,480,620);loops=3");
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue