From b30f353c2ea9f514d7ab6bf821a7919adf62143a Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 5 Sep 2009 09:54:56 +0000 Subject: Clean whitespace --- generic/pg-autotest.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'generic/pg-autotest.el') diff --git a/generic/pg-autotest.el b/generic/pg-autotest.el index a8185557..5fb14f0b 100644 --- a/generic/pg-autotest.el +++ b/generic/pg-autotest.el @@ -12,13 +12,13 @@ ;; -- add more precise functional tests to check results ;; -- add negative tests ;; -- output test results to stdout -;; +;; ;; $Id$ (require 'proof) ;;; Commentary: -;; +;; ;;; Code: (defvar pg-autotest-success t) ;; success unless error caught @@ -112,9 +112,8 @@ An error is signalled if scripting doesn't complete." (defun pg-autotest-finished () "Exit Emacs returning Unix success 0 if all tests succeeded." (kill-emacs (if pg-autotest-success 0 1))) - - + + (provide 'pg-autotest) ;;; pg-autotest.el ends here - -- cgit v1.2.3