projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa7d6b
)
Fix the coding style error - brace position
82/76682/1
accepted/tizen/common/20160627.191956
accepted/tizen/ivi/20160628.014452
accepted/tizen/mobile/20160628.014535
accepted/tizen/tv/20160628.014503
accepted/tizen/wearable/20160628.014522
submit/tizen/20160627.044451
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 27 Jun 2016 01:19:20 +0000
(10:19 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 27 Jun 2016 01:19:20 +0000
(10:19 +0900)
Change-Id: I3f896ede7efda6ee44eec444a538d3e2221c8fd8
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-gatt.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-gatt.c
b/src/bluetooth-gatt.c
index 7addffdc1474b6e911ae965b2e123754f9c898c9..64d991108b4e561ada90e75b5cacab9b7c6451f9 100644
(file)
--- 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;
}