diff liboctave/fCColVector.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 4d1fc073fbb7
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/fCColVector.cc	Thu Jan 13 22:51:09 2011 +0100
+++ b/liboctave/fCColVector.cc	Thu Jan 13 16:52:30 2011 -0500
@@ -43,9 +43,11 @@
 {
   F77_RET_T
   F77_FUNC (cgemv, CGEMV) (F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, const octave_idx_type&, const FloatComplex&,
-                           const FloatComplex*, const octave_idx_type&, const FloatComplex*,
-                           const octave_idx_type&, const FloatComplex&, FloatComplex*, const octave_idx_type&
+                           const octave_idx_type&, const octave_idx_type&,
+                           const FloatComplex&, const FloatComplex*,
+                           const octave_idx_type&, const FloatComplex*,
+                           const octave_idx_type&, const FloatComplex&,
+                           FloatComplex*, const octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL);
 }