projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
294e9fc
)
jsonrpc: Indentation fix.
author
Ben Pfaff
<blp@nicira.com>
Sat, 21 Aug 2010 05:26:25 +0000
(22:26 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 25 Aug 2010 21:55:47 +0000
(14:55 -0700)
lib/jsonrpc.c
patch
|
blob
|
history
diff --git
a/lib/jsonrpc.c
b/lib/jsonrpc.c
index 5d394c68050e2afa5d8d1f31acc786b1ac2f4f38..22579e0a67e57e6e5c3024bad5cb1d2f6da6efba 100644
(file)
--- a/
lib/jsonrpc.c
+++ b/
lib/jsonrpc.c
@@
-903,8
+903,8
@@
jsonrpc_session_recv(struct jsonrpc_session *s)
reply = jsonrpc_create_reply(json_clone(msg->params), msg->id);
jsonrpc_session_send(s, reply);
} else if (msg->type == JSONRPC_REPLY
- && msg->id && msg->id->type == JSON_STRING
- && !strcmp(msg->id->u.string, "echo")) {
+
&& msg->id && msg->id->type == JSON_STRING
+
&& !strcmp(msg->id->u.string, "echo")) {
/* It's a reply to our echo request. Suppress it. */
} else {
return msg;