Skip to content

Commit

Permalink
Missed two spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jul 18, 2019
1 parent bbfa123 commit 7a1a23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8622,8 +8622,8 @@ <h3><dfn>RTCIceTransport</dfn> Interface</h3>
readonly attribute RTCIceComponent component;
readonly attribute RTCIceTransportState state;
readonly attribute RTCIceGathererState gatheringState;
sequence&lt;RTCIceCandidate&gt; getLocalCandidates ();
sequence&lt;RTCIceCandidate&gt; getRemoteCandidates ();
sequence&lt;RTCIceCandidate&gt; getLocalCandidates();
sequence&lt;RTCIceCandidate&gt; getRemoteCandidates();
RTCIceCandidatePair? getSelectedCandidatePair();
RTCIceParameters? getLocalParameters();
RTCIceParameters? getRemoteParameters();
Expand Down

0 comments on commit 7a1a23b

Please sign in to comment.