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:
Johan Hedberg 2019-01-10 14:21:48 +02:00 committed by Johan Hedberg
commit a886229c2b

View file

@ -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) {