changeset 15408:057beb799f13

Fix missing newline in changeset 6d4cd994ea71. mgorth.cc (Fmgorth): Add missing newline in docstring.
author Rik <rik@octave.org>
date Tue, 18 Sep 2012 08:49:00 -0700
parents 0b4626dc4d38
children c0dd3ce6d1e2
files libinterp/corefcn/mgorth.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mgorth.cc
+++ b/libinterp/corefcn/mgorth.cc
@@ -52,8 +52,8 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {[@var{y}, @var{h}] =} mgorth (@var{x}, @var{v})\n\
 Orthogonalize a given column vector @var{x} with respect to a set of\n\
-orthonormal vectors comprising the columns of @var{v}
-using the modified Gram-Schmidt method.  \n\
+orthonormal vectors comprising the columns of @var{v}\n\
+using the modified Gram-Schmidt method.\n\
 On exit, @var{y} is a unit vector such that:\n\
 \n\
 @example\n\