From ffb448b58e22078b36d60100d8ee871d0e54d3c5 Mon Sep 17 00:00:00 2001 From: Hyihong Chae Date: Mon, 24 Apr 2017 19:13:38 +0900 Subject: [PATCH] apply coding rule Change-Id: Iba085c0824901b00398944cbee12cad7fc91b6a7 Signed-off-by: HyiHong Chae --- src/util/mtp_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/mtp_support.c b/src/util/mtp_support.c index 131939c..8517146 100755 --- a/src/util/mtp_support.c +++ b/src/util/mtp_support.c @@ -676,6 +676,6 @@ mtp_int32 _util_system_cmd_wait(const mtp_char *cmd) } else { return status; } - } while(1); + } while (1); } -- 2.7.4