Skip to content

Commit feb1878

Browse files
committed
more indentation fixes
1 parent 14e3a65 commit feb1878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11740,12 +11740,12 @@ Once per second, execute the update audio stats algorithm:
1174011740
1. Let <var>canUpdate</var> be false.
1174111741
1. Let <var>document</var> be the current [=this=]'s
1174211742
[=relevant global object=]'s [=associated Document=].
11743-
If <var>document</var> is [=Document/fully active=] and <var>document</var>'s
11743+
If <var>document</var> is [=Document/fully active=] and <var>document</var>'s
1174411744
[=Document/visibility state=] is `"visible"`, set <var>canUpdate</var> to
1174511745
true.
1174611746
1. Let <var>permission</var> be the [=permission state=] for the permission
1174711747
associated with [="microphone"=] access.
11748-
If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
11748+
If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
1174911749
1. If <var>canUpdate</var> is false, abort these steps.
1175011750
1. Set {{[[underrun duration]]}} to the total duration of all [=underrun events=]
1175111751
(in seconds)

0 commit comments

Comments
 (0)