diff scripts/audio/@audiorecorder/getplayer.m @ 19541:dac3191a5301

style fixes for audioplayer and audiorecorder .m files * @audioplayer/__get_properties__.m, @audioplayer/audioplayer.m, @audioplayer/get.m, @audioplayer/set.m, @audiorecorder/__get_properties__.m, @audiorecorder/audiorecorder.m, @audiorecorder/get.m, @audiorecorder/getaudiodata.m, @audiorecorder/getplayer.m, @audiorecorder/play.m, @audiorecorder/set.m: Style fixes.
author John W. Eaton <jwe@octave.org>
date Wed, 31 Dec 2014 14:56:52 -0500
parents fdb8a62ef17a
children 5802ea7037d4
line wrap: on
line diff
--- a/scripts/audio/@audiorecorder/getplayer.m	Wed Dec 31 13:45:45 2014 -0500
+++ b/scripts/audio/@audiorecorder/getplayer.m	Wed Dec 31 14:56:52 2014 -0500
@@ -28,5 +28,6 @@
   endif
   recorder = varargin{1};
   data = getaudiodata (recorder);
-  player = audioplayer (data, get (recorder, "SampleRate"), get (recorder, "BitsPerSample"));
+  player = audioplayer (data, get (recorder, "SampleRate"),
+                        get (recorder, "BitsPerSample"));
 endfunction