diff src/DLD-FUNCTIONS/quadcc.cc @ 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 7d6d8c1e471f
children 4ced6b90fffb
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/quadcc.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/quadcc.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -1477,7 +1477,7 @@
 /* The actual integration routine.
     */
 
-DEFUN_DLD (quadcc, args, nargout, 
+DEFUN_DLD (quadcc, args, nargout,
 "-*- texinfo -*-\n\
 @deftypefn  {Function File} {[@var{int}, @var{err}, @var{nr_points}] =} quadcc (@var{f}, @var{a}, @var{b}, @var{tol})\n\
 @deftypefnx {Function File} {[@var{int}, @var{err}, @var{nr_points}] =} quadcc (@var{f}, @var{a}, @var{b}, @var{tol}, @var{sing})\n\
@@ -2038,8 +2038,8 @@
 
           /* Compute the local integral. */
           ivl->igral = h * w * ivl->c[0];
-          
-          
+
+
           /* Generate the interval on the right */
           ivr = &(ivals[heap[nivals++]]);
           ivr->a = m;
@@ -2136,8 +2136,8 @@
 
           /* Compute the local integral. */
           ivr->igral = h * w * ivr->c[0];
-          
-          
+
+
           /* Fix-up the heap: we now have one interval on top
              that we don't need any more and two new, unsorted
              ones at the bottom. */