Bluetooth: shell: Fix incorrect indentation
This line was indented using four spaces instead of a tab. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
0b1b4e2d23
commit
a886229c2b
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ static int cmd_init(const struct shell *shell, size_t argc, char *argv[])
|
|||
{
|
||||
int err;
|
||||
|
||||
ctx_shell = shell;
|
||||
ctx_shell = shell;
|
||||
|
||||
err = bt_enable(bt_ready);
|
||||
if (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue