Remove useless trailing spaces
authorEhsan Akhgari <ehsan@mozilla.com>
Wed, 15 Aug 2012 22:37:32 -0400
changeset 127 63f9debd3c30
parent 126 009a4f7eb13d
child 128 38a736c48855
Remove useless trailing spaces
webaudio/specification.html
--- a/webaudio/specification.html	Wed Aug 15 22:35:33 2012 -0400
+++ b/webaudio/specification.html	Wed Aug 15 22:37:32 2012 -0400
@@ -720,14 +720,14 @@
 
             AudioBuffer createBuffer(in ArrayBuffer buffer, in boolean mixToMono)
                 raises(DOMException);
-            
+
             void decodeAudioData(in ArrayBuffer audioData,
                                  in AudioBufferCallback successCallback,
                                  in optional AudioBufferCallback errorCallback)
                 raises(DOMException);
-            
-
-            <span class="comment">// AudioNode creation </span>         
+
+
+            <span class="comment">// AudioNode creation </span>
             AudioBufferSourceNode createBufferSource();
 
             MediaElementAudioSourceNode createMediaElementSource(in HTMLMediaElement mediaElement)