diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:57:13 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | 57a37d53461a07eebf391f9f3a8b41d7f6fcbdb5 (patch) | |
tree | 4b875317fb07ecd733f0b298c2b70b8e1f55f0e2 /htdocs/AFB-websock.js | |
parent | 7abfae473d9ecbc7ac5074ef4c443e11852f7c3c (diff) |
Format: Remove spaces at EOL
Change-Id: I50bbf17cfa913b40caf0cb6752a902fb626ec1ad
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'htdocs/AFB-websock.js')
-rw-r--r-- | htdocs/AFB-websock.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/AFB-websock.js b/htdocs/AFB-websock.js index ff9fa60..99ab3b8 100644 --- a/htdocs/AFB-websock.js +++ b/htdocs/AFB-websock.js @@ -123,14 +123,14 @@ var AFB_websocket; switch (code) { case RETOK: reply(this.pendings, id, ans, 0); - break; + break; case RETERR: reply(this.pendings, id, ans, 1); - break; + break; case EVENT: default: fire(this.awaitens, id, ans); - break; + break; } } |