diff libinterp/corefcn/strfns.cc @ 28915:c40a367a84c0

maint: Use Octave convention of space after function name in libinterp/. * besselj.cc, cellfun.cc, chol.cc, conv2.cc, data.cc, eig.cc, ellipj.cc, graphics.cc, gsvd.cc, kron.cc, lu.cc, mappers.cc, matrix_type.cc, oct-map.cc, psi.cc, strfns.cc, audiodevinfo.cc, gzip.cc: Use Octave convention of space after function name in m-file code (BIST tests).
author Rik <rik@octave.org>
date Tue, 13 Oct 2020 19:49:11 -0700
parents 49d3a6322a9b
children ef2b0a00daef
line wrap: on
line diff
--- a/libinterp/corefcn/strfns.cc	Tue Oct 13 19:02:32 2020 -0700
+++ b/libinterp/corefcn/strfns.cc	Tue Oct 13 19:49:11 2020 -0700
@@ -870,7 +870,7 @@
 %!assert (str2double (zeros (3,1,2)), NaN)
 %!assert (str2double (''), NaN)
 %!assert (str2double ([]), NaN)
-%!assert (str2double (char(zeros(3,0))), NaN)
+%!assert (str2double (char (zeros (3,0))), NaN)
 */
 
 DEFUN (__native2unicode__, args, ,