diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-21 20:44:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-21 20:44:20 +0200 |
commit | ab62a4c9d982f20bae3406c14ac2933e7d700d64 (patch) | |
tree | 8c48beaa60be2dacc78dc0733dadcdf64f55369d | |
parent | Add README (diff) | |
download | sbus-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |