diff scripts/plot/util/frame2im.m @ 22627:7b190a2f11cb stable

maint: Use 2-space indent in definition of BIST %!functions. * randi.m, structfun.m, normest1.m, frame2im.m, im2frame.m, test.m: Use 2-space indent in definition of BIST %!functions.
author Rik <rik@octave.org>
date Sun, 16 Oct 2016 10:51:45 -0700
parents bac0d6f07a3e
children 3a2b891d0b33
line wrap: on
line diff
--- a/scripts/plot/util/frame2im.m	Sat Oct 15 22:39:29 2016 -0700
+++ b/scripts/plot/util/frame2im.m	Sun Oct 16 10:51:45 2016 -0700
@@ -59,11 +59,11 @@
 
 
 %!function f = make_rgb_f ()
-%! f = randi ([0 255], 10, 20, 3);
+%!  f = randi ([0 255], 10, 20, 3);
 %!endfunction
 
 %!function f = make_ind_f ()
-%! f = randi ([1 100], 10, 20, 3);
+%!  f = randi ([1 100], 10, 20, 3);
 %!endfunction
 
 %!test