From: DoHyun Pyun Date: Mon, 27 Jun 2016 01:19:20 +0000 (+0900) Subject: Fix the coding style error - brace position X-Git-Tag: submit/tizen/20160627.044451^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F76682%2F1;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the coding style error - brace position Change-Id: I3f896ede7efda6ee44eec444a538d3e2221c8fd8 Signed-off-by: DoHyun Pyun --- diff --git a/src/bluetooth-gatt.c b/src/bluetooth-gatt.c index 7addffd..64d9911 100644 --- a/src/bluetooth-gatt.c +++ b/src/bluetooth-gatt.c @@ -2299,8 +2299,7 @@ int bt_gatt_server_start(void) if (!is_gatt_server_started) { ret = bluetooth_gatt_register_application(); - if (ret != BT_ERROR_NONE) - { + if (ret != BT_ERROR_NONE) { BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret), ret); return ret; }