Trailing whitepace deleted.
[bpt/emacs.git] / lisp / calc / calcalg3.el
index 9cbcb89..4025e33 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainers: D. Goel <deego@gnufans.org> 
+;; Maintainers: D. Goel <deego@gnufans.org>
 ;;              Colin Walters <walters@debian.org>
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Open Romberg method; "qromo" in section 4.4.
-(defun math-ninteg-romberg (func expr lo hi mode)    
+(defun math-ninteg-romberg (func expr lo hi mode)
   (let ((curh '(float 1 0))
        (h nil)
        (s nil)