doc: Delete trailing whitespace.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jan 2017 23:17:55 +0000 (17:17 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jan 2017 23:17:55 +0000 (17:17 -0600)
* doc/8sync-new-manual.org: Delete trailing whitespace.

doc/8sync-new-manual.org

index dd3036e15b7121857c8e0700cc7b680fcd7d057a..e15c50ba3d41224102ec0812ae0fca4b023eb2e6 100644 (file)
@@ -4,14 +4,14 @@
 # with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 # A copy of the license is included in the section entitled ``GNU
 # Free Documentation License''.
-# 
+#
 # A copy of the license is also available from the Free Software
 # Foundation Web site at http://www.gnu.org/licenses/fdl.html
-# 
+#
 # Alternately, this document is also available under the Lesser General
 # Public License, version 3 or later, as published by the Free Software
 # Foundation.
-# 
+#
 # A copy of the license is also available from the Free Software
 # Foundation Web site at http://www.gnu.org/licenses/lgpl.html
 
@@ -382,7 +382,7 @@ How about an actor that start sleeping, and keeps sleeping?
   (define (sleeper-loop actor message)
     (while (actor-alive? actor)
       (display "Zzzzzzzz....\n")
-      ;; Sleep for one second      
+      ;; Sleep for one second
       (8sleep (sleeper-sleep-secs actor))))
 
   (let* ((hive (make-hive))
@@ -1048,7 +1048,7 @@ Luckily, it turns out there's a clear relationship, based on real,
 actual theory!
 8sync is based on the [[https://en.wikipedia.org/wiki/Actor_model][actor model]] whereas fibers follows
 [[http://usingcsp.com/][Communicating Sequential Processes (CSP)]], which is a form of
-[[https://en.wikipedia.org/wiki/Process_calculus][process calculi]]. 
+[[https://en.wikipedia.org/wiki/Process_calculus][process calculi]].
 And it turns out, the
 [[https://en.wikipedia.org/wiki/Actor_model_and_process_calculi][relationship between the actor model and process calculi]] is well documented,
 and even more precisely, the