diff options
author | Hyihong Chae <hh.chae@samsung.com> | 2017-04-24 19:13:38 +0900 |
---|---|---|
committer | Hyihong Chae <hh.chae@samsung.com> | 2017-04-24 19:13:38 +0900 |
commit | ffb448b58e22078b36d60100d8ee871d0e54d3c5 (patch) | |
tree | 64c7eaf755630009bda3ab7f33261f23b8626b06 | |
parent | b88414beb964b5f32a63ef27c9fc0d5803798080 (diff) | |
download | mtp-responder-accepted/tizen_3.0_mobile.tar.gz mtp-responder-accepted/tizen_3.0_mobile.tar.bz2 mtp-responder-accepted/tizen_3.0_mobile.zip |
apply coding rulesubmit/tizen_3.0_common/20170508.091735submit/tizen_3.0/20170428.081303submit/tizen_3.0-common/20170508.091535submit/tizen_3.0-common/20170508.081301submit/tizen_3.0-common/20170508.080135accepted/tizen/3.0/wearable/20170508.050300accepted/tizen/3.0/tv/20170508.050251accepted/tizen/3.0/mobile/20170508.050245accepted/tizen/3.0/ivi/20170508.050309accepted/tizen/3.0/common/20170508.153020tizen_3.0accepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_common
Change-Id: Iba085c0824901b00398944cbee12cad7fc91b6a7
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-x | src/util/mtp_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |