diff scripts/audio/@audioplayer/set.m @ 31549:ed7b17c7ddf3 stable

maint: Strip trailing spaces and add missing EOL to all files. * README, NEWS.6.md, RELEASE_CHECKLIST.md, README.md, besselj.cc, Array.h, LSODE.cc, set.m, audiorecorder.m, play.m, set.m, patch.m: Strip trailing spaces. * command-widget.cc, led-indicator.cc, led-indicator.h: Add missing EOL to files.
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:22 -0800
parents 6d96538052b9
children 597f3ee61a48
line wrap: on
line diff
--- a/scripts/audio/@audioplayer/set.m	Fri Nov 25 21:23:54 2022 -0800
+++ b/scripts/audio/@audioplayer/set.m	Fri Nov 25 21:38:22 2022 -0800
@@ -114,5 +114,5 @@
 ## Test input validation
 %!testif HAVE_PORTAUDIO; audiodevinfo (0) > 0
 %! player = audioplayer ([-1, 1], 44100, 8);
-%! fail ('set (player, "foobar", 1)', "not a valid property name"); 
-%! fail ('set (player, "Running", 1)', "is read-only"); 
+%! fail ('set (player, "foobar", 1)', "not a valid property name");
+%! fail ('set (player, "Running", 1)', "is read-only");