]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calcalg3.el
Trailing whitepace deleted.
[gnu-emacs] / lisp / calc / calcalg3.el
index cecbc41e7d2fae021950619245424a441004b48a..4025e337ae13bc392cb9aba3d34bcc8099d009cf 100644 (file)
@@ -3,7 +3,8 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainer: Colin Walters <walters@debian.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)