diff liboctave/floatQRP.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 9ee5a0a1b93d
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/floatQRP.cc	Thu Jan 13 22:51:09 2011 +0100
+++ b/liboctave/floatQRP.cc	Thu Jan 13 16:52:30 2011 -0500
@@ -36,9 +36,10 @@
 extern "C"
 {
   F77_RET_T
-  F77_FUNC (sgeqp3, SGEQP3) (const octave_idx_type&, const octave_idx_type&, float*,
-                             const octave_idx_type&, octave_idx_type*, float*, float*,
-                             const octave_idx_type&, octave_idx_type&);
+  F77_FUNC (sgeqp3, SGEQP3) (const octave_idx_type&, const octave_idx_type&,
+                             float*, const octave_idx_type&, octave_idx_type*,
+                             float*, float*, const octave_idx_type&,
+                             octave_idx_type&);
 }
 
 // It would be best to share some of this code with QR class...