diff scripts/audio/@audiorecorder/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 2d6e60776588
children 597f3ee61a48
line wrap: on
line diff
--- a/scripts/audio/@audiorecorder/set.m	Fri Nov 25 21:23:54 2022 -0800
+++ b/scripts/audio/@audiorecorder/set.m	Fri Nov 25 21:38:22 2022 -0800
@@ -117,5 +117,5 @@
 ## Test input validation
 %!testif HAVE_PORTAUDIO; audiodevinfo (1) > 0
 %! recorder = audiorecorder ();
-%! fail ('set (recorder, "foobar", 1)', "not a valid property name"); 
-%! fail ('set (recorder, "Running", 1)', "is read-only"); 
+%! fail ('set (recorder, "foobar", 1)', "not a valid property name");
+%! fail ('set (recorder, "Running", 1)', "is read-only");