Skip to content

Commit efb1d21

Browse files
committed
tabs
1 parent b5b6e9d commit efb1d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-color-hdr-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ and both place media white at a component value of 1.0.
10961096
highlight: js
10971097
</pre>
10981098

1099-
<h3 id="rec2100-pq_code">
1099+
<h3 id="rec2100-hlg_code">
11001100
Sample code for ''rec2100-hlg''
11011101
</h3>
11021102

css-color-hdr-1/rec2100-hlg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ function hlg_decode(RGB) {
5555

5656
function spow (base, exp) {
5757
let sign = base < 0? -1 : 1;
58-
return sign * (Math.abs(base) ** exp);
58+
return sign * (Math.abs(base) ** exp);
5959
}

0 commit comments

Comments
 (0)