aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-21 20:44:20 +0200
committerMattias Andrée <maandree@kth.se>2017-10-21 20:44:20 +0200
commitab62a4c9d982f20bae3406c14ac2933e7d700d64 (patch)
tree8c48beaa60be2dacc78dc0733dadcdf64f55369d
parentAdd README (diff)
downloadsbus-ab62a4c9d982f20bae3406c14ac2933e7d700d64.tar.gz
sbus-ab62a4c9d982f20bae3406c14ac2933e7d700d64.tar.bz2
sbus-ab62a4c9d982f20bae3406c14ac2933e7d700d64.tar.xz
Fix whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 57732c8..beb3393 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ Protocol:
Messages of this type shall match the regular expression
- ^SUB \([^\x00]*\)\(\x00.*\)\?$
+ ^SUB \([^\x00]*\)\(\x00.*\)\?$
where \1 is the routing key pattern, \2 is ignored.
@@ -52,7 +52,7 @@ Protocol:
Messages of this type shall match the regular expression
- ^UNSUB \([^\x00]*\)\(\x00.*\)\?$
+ ^UNSUB \([^\x00]*\)\(\x00.*\)\?$
where \1 is the routing key pattern, \2 is ignored.
@@ -66,7 +66,7 @@ Protocol:
Messages of this type shall match the regular expression
- ^MSG \([^\x00]*\)\x00\(.*\)$
+ ^MSG \([^\x00]*\)\x00\(.*\)$
where \1 is the routing key for the message and \2
is the message payload.