shell: fix tab in shell_log_backend.c

This is a trivial fix to add a tab to an under-indented line.

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
This commit is contained in:
Jack Rosenthal 2021-03-24 10:51:44 -06:00 committed by Anas Nashif
commit 23ef49ba2e

View file

@ -32,7 +32,7 @@ void z_shell_log_backend_enable(const struct shell_log_backend *backend,
if (err == 0) {
log_backend_enable(backend->backend, ctx, init_log_level);
log_output_ctx_set(backend->log_output, ctx);
backend->control_block->dropped_cnt = 0;
backend->control_block->dropped_cnt = 0;
backend->control_block->state = SHELL_LOG_BACKEND_ENABLED;
}
}