projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538b283
)
tools/obexctl: mesh: Fix lines going beyond 80 columns
55/205055/1
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 1 Mar 2018 10:23:30 +0000
(12:23 +0200)
committer
Amit Purwar
<amit.purwar@samsung.com>
Mon, 29 Apr 2019 04:18:16 +0000
(09:48 +0530)
Change-Id: I9a844beaf82aa83782776726e27356d71aee02c7
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
tools/obexctl.c
patch
|
blob
|
history
diff --git
a/tools/obexctl.c
b/tools/obexctl.c
index
71c532d
..
5ff0bac
100755
(executable)
--- a/
tools/obexctl.c
+++ b/
tools/obexctl.c
@@
-260,7
+260,8
@@
static void print_proxy(GDBusProxy *proxy, const char *title,
str = proxy_description(proxy, title, description);
- bt_shell_printf("%s%s\n", str, default_session == proxy ? "[default]" : "");
+ bt_shell_printf("%s%s\n", str,
+ default_session == proxy ? "[default]" : "");
g_free(str);
}