summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-29 04:42:54 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-29 04:42:54 +0000
commit642e61122af3c597f2df45d94800baff4a944a08 (patch)
treed53a50e2e271a91d2fde8166c3661ac9c743745f
parentcleanups (diff)
yet another trailing whitespace deletion
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@90 ac14a137-c7f1-4531-abe0-07747231d213
-rw-r--r--tools/bin2c.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bin2c.lua b/tools/bin2c.lua
index e70f4ff..6a6eefb 100644
--- a/tools/bin2c.lua
+++ b/tools/bin2c.lua
@@ -1,15 +1,15 @@
--
-- gcsd
--
--- gcsd the generic command sequencer daemon can be used to serialize
+-- gcsd the generic command sequencer daemon can be used to serialize
-- commands sent over various paralell communication channels to a
-- single command output. It can be seen as a multiplexer for any
-- kind of communication between a single resource and various clients
-- which want to submit commands to it or query information from it.
--- gcsd is written in C and Lua. The goal is to provide an easy to
+-- gcsd is written in C and Lua. The goal is to provide an easy to
-- understand high level API based on Lua which can be used to
-- implement the business logic of the so formed multiplexer daemon.
---
+--
--
-- Copyright (C) 2009-2010 Markus Grueneis <gimpf@spreadspace.org>
-- Christian Pointner <equinox@spreadspace.org>