Skip to content

Commit 19f6e54

Browse files
committed
Fix lint warnings about lines starting with spaces
1 parent 4a8e8a9 commit 19f6e54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -666,14 +666,14 @@ class AudioElementOBU() {
666666
leb128() audio_element_id;
667667
unsigned int (3) audio_element_type;
668668
unsigned int (5) reserved_for_future_use;
669-
669+
670670
leb128() codec_config_id;
671671

672672
leb128() num_substreams;
673673
for (i = 0; i < num_substreams; i++) {
674674
leb128() audio_substream_id;
675675
}
676-
676+
677677
leb128() num_parameters;
678678
for (i = 0; i < num_parameters; i++) {
679679
leb128() param_definition_type;
@@ -1375,7 +1375,7 @@ The <dfn noexport>Layout()</dfn> class specifies either a binaural system or a s
13751375
```
13761376
class Layout() {
13771377
unsigned int (2) layout_type;
1378-
1378+
13791379
if (layout_type == LOUDSPEAKERS_SS_CONVENTION) {
13801380
unsigned int (4) sound_system;
13811381
unsigned int (2) reserved_for_future_use;
@@ -1542,12 +1542,12 @@ The metadata specified in this OBU is used in conjunction with a corresponding p
15421542
```
15431543
class ParameterBlockOBU() {
15441544
leb128() parameter_id;
1545-
1545+
15461546
(param_definition_type, param_definition_mode,
15471547
duration, num_subblocks, constant_subblock_duration,
15481548
subblock_duration)
15491549
= get_param_definition(parameter_id);
1550-
1550+
15511551
if (param_definition_mode) {
15521552
leb128() duration;
15531553
leb128() constant_subblock_duration;

0 commit comments

Comments
 (0)