aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:54:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:54:56 +0000
commitb30f353c2ea9f514d7ab6bf821a7919adf62143a (patch)
tree9fe25f3ed35c8377d749d8e7336c9e44fd7481e6 /generic/pg-autotest.el
parent559426016c112b6147fe82582c6479521b0fab6a (diff)
Clean whitespace
Diffstat (limited to 'generic/pg-autotest.el')
-rw-r--r--generic/pg-autotest.el9
1 files changed, 4 insertions, 5 deletions
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
-