diff liboctave/fCmplxCHOL.cc @ 11495:8a5e980da6aa

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 02:09:02 -0500
parents 12884915a8e4
children 141b3fb5cef7
line wrap: on
line diff
--- a/liboctave/fCmplxCHOL.cc	Wed Jan 12 22:09:57 2011 +0100
+++ b/liboctave/fCmplxCHOL.cc	Thu Jan 13 02:09:02 2011 -0500
@@ -43,41 +43,43 @@
 {
   F77_RET_T
   F77_FUNC (cpotrf, CPOTRF) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type&,
-                             FloatComplex*, const octave_idx_type&, octave_idx_type&
-                             F77_CHAR_ARG_LEN_DECL);
+                             FloatComplex*, const octave_idx_type&,
+                             octave_idx_type& F77_CHAR_ARG_LEN_DECL);
   F77_RET_T
   F77_FUNC (cpotri, CPOTRI) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type&,
-                             FloatComplex*, const octave_idx_type&, octave_idx_type&
-                             F77_CHAR_ARG_LEN_DECL);
+                             FloatComplex*, const octave_idx_type&,
+                             octave_idx_type& F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (cpocon, CPOCON) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type&,
-                             FloatComplex*, const octave_idx_type&, const float&,
-                             float&, FloatComplex*, float*, 
+                             FloatComplex*, const octave_idx_type&,
+                             const float&, float&, FloatComplex*, float*, 
                              octave_idx_type& F77_CHAR_ARG_LEN_DECL);
 #ifdef HAVE_QRUPDATE
 
   F77_RET_T
-  F77_FUNC (cch1up, CCH1UP) (const octave_idx_type&, FloatComplex*, const octave_idx_type&,
-                             FloatComplex*, float*);
+  F77_FUNC (cch1up, CCH1UP) (const octave_idx_type&, FloatComplex*,
+                             const octave_idx_type&, FloatComplex*, float*);
 
   F77_RET_T
-  F77_FUNC (cch1dn, CCH1DN) (const octave_idx_type&, FloatComplex*, const octave_idx_type&,
+  F77_FUNC (cch1dn, CCH1DN) (const octave_idx_type&, FloatComplex*,
+                             const octave_idx_type&, FloatComplex*,
+                             float*, octave_idx_type&);
+
+  F77_RET_T
+  F77_FUNC (cchinx, CCHINX) (const octave_idx_type&, FloatComplex*,
+                             const octave_idx_type&, const octave_idx_type&,
                              FloatComplex*, float*, octave_idx_type&);
 
   F77_RET_T
-  F77_FUNC (cchinx, CCHINX) (const octave_idx_type&, FloatComplex*, const octave_idx_type&,
-                             const octave_idx_type&, FloatComplex*, float*, 
-                             octave_idx_type&);
+  F77_FUNC (cchdex, CCHDEX) (const octave_idx_type&, FloatComplex*,
+                             const octave_idx_type&, const octave_idx_type&,
+                             float*);
 
   F77_RET_T
-  F77_FUNC (cchdex, CCHDEX) (const octave_idx_type&, FloatComplex*, const octave_idx_type&,
-                             const octave_idx_type&, float*);
-
-  F77_RET_T
-  F77_FUNC (cchshx, CCHSHX) (const octave_idx_type&, FloatComplex*, const octave_idx_type&,
-                             const octave_idx_type&, const octave_idx_type&, 
-                             FloatComplex*, float*);
+  F77_FUNC (cchshx, CCHSHX) (const octave_idx_type&, FloatComplex*,
+                             const octave_idx_type&, const octave_idx_type&,
+                             const octave_idx_type&, FloatComplex*, float*);
 #endif
 }