From d910fa325ba3b1cb13ddf6b4bb05bf05eee2a49a Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Wed, 27 Jan 2016 19:42:22 +0900 Subject: [PATCH] Remove trailing whitespaces --- webaudioapi/waa.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webaudioapi/waa.d.ts b/webaudioapi/waa.d.ts index 80823700a7..fdda43005f 100644 --- a/webaudioapi/waa.d.ts +++ b/webaudioapi/waa.d.ts @@ -185,12 +185,12 @@ interface AudioContext { } interface MediaStreamAudioSourceNode extends AudioNode { - + } interface AudioBuffer { copyFromChannel(destination: Float32Array, channelNumber: number, startInChannel?: number): void; - + copyToChannel(source: Float32Array, channelNumber: number, startInChannel?: number): void; }