OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad62a7
)
tools/btmgmt: Fix minor whitespace issue
author
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 2 Oct 2013 07:41:30 +0000
(10:41 +0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 2 Oct 2013 07:41:30 +0000
(10:41 +0300)
tools/btmgmt.c
patch
|
blob
|
history
diff --git
a/tools/btmgmt.c
b/tools/btmgmt.c
index
d0d6f97
..
4b73d06
100644
(file)
--- a/
tools/btmgmt.c
+++ b/
tools/btmgmt.c
@@
-94,8
+94,8
@@
static const char *settings_str[] = {
"ssp",
"br/edr",
"hs",
- "le"
,
- "advertising"
,
+ "le",
+ "advertising",
};
static void print_settings(uint32_t settings)