diff liboctave/dbleQR.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/liboctave/dbleQR.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/dbleQR.h	Thu Jan 20 17:24:59 2011 -0500
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 1994-2011 John W. Eaton
-Copyright (C) 2008-2009 Jaroslav Hajek              
+Copyright (C) 2008-2009 Jaroslav Hajek
 
 This file is part of Octave.
 
@@ -48,7 +48,7 @@
 
   QR (const Matrix&, qr_type_t = qr_type_std);
 
-  QR (const Matrix& qx, const Matrix& rx) 
+  QR (const Matrix& qx, const Matrix& rx)
     : base_qr<Matrix> (qx, rx) { }
 
   QR (const QR& a) : base_qr<Matrix> (a) { }
@@ -75,7 +75,7 @@
 
 protected:
 
-  void form (octave_idx_type n, Matrix& afact, 
+  void form (octave_idx_type n, Matrix& afact,
              double *tau, qr_type_t qr_type);
 };