projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de1106
)
debug: remove white space
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 04:04:09 +0000
(13:04 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 04:04:09 +0000
(13:04 +0900)
Change-Id: I9996f0a80a69f03ca34e66a06d70a81fe7c89c7c
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/guest_server.c
patch
|
blob
|
history
diff --git
a/tizen/src/guest_server.c
b/tizen/src/guest_server.c
index a012f2f9d48b596caaaee393c20b9746d0cf4421..5c00f89db07f1f820f1db580eab6ca7a0d9933f6 100644
(file)
--- a/
tizen/src/guest_server.c
+++ b/
tizen/src/guest_server.c
@@
-523,11
+523,11
@@
static void server_process(void)
(struct sockaddr*) &client_addr, &client_len);
if (read_cnt < 0) {
-
if (errno == EAGAIN)
-
continue;
+ if (errno == EAGAIN)
+ continue;
INFO("fail to recvfrom in guest_server:%d\n", errno);
break;
-
} else if (read_cnt == 0) {
+ } else if (read_cnt == 0) {
INFO("read_cnt is 0.\n");
break;
}