debug: remove white space
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 04:04:09 +0000 (13:04 +0900)
committerJinhyung 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

index a012f2f9d48b596caaaee393c20b9746d0cf4421..5c00f89db07f1f820f1db580eab6ca7a0d9933f6 100644 (file)
@@ -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;
         }