diff scripts/general/accumarray.m @ 21758:ffad2baa90f7

maint: Use newlines to make code more readable.
author Rik <rik@octave.org>
date Fri, 20 May 2016 15:46:45 -0700
parents b571fc85953f
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/general/accumarray.m	Fri May 20 12:03:39 2016 -0700
+++ b/scripts/general/accumarray.m	Fri May 20 15:46:45 2016 -0700
@@ -370,6 +370,7 @@
       A(subs) = vals;
     endif
   endif
+
 endfunction