diff lisp/play/life.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 83e8e419d94d
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/play/life.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/play/life.el	Tue Feb 04 13:24:35 2003 +0000
@@ -53,7 +53,7 @@
     "         @@      " "          @@     " "           @@    "
     "            @@   " "             @@  " "              @@ "
     "               @@")
-   ("@@@@@@@@@" "@   @   @" "@ @@@@@ @" "@ @   @ @" "@@@   @@@" 
+   ("@@@@@@@@@" "@   @   @" "@ @@@@@ @" "@ @   @ @" "@@@   @@@"
     "@ @   @ @" "@ @@@@@ @" "@   @   @" "@@@@@@@@@")]
   "Vector of rectangles containing some Life startup patterns.")
 
@@ -265,7 +265,7 @@
 (defun life-display-generation (sleeptime)
   (goto-char life-window-start)
   (recenter 0)
-  
+
   ;; Redisplay; if the user has hit a key, exit the loop.
   (or (eq t (sit-for sleeptime))
       (throw 'life-exit nil)))