Skip to content

Commit 23ef49b

Browse files
jackrosenthalnashif
authored andcommitted
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 <[email protected]>
1 parent 1f1ff8d commit 23ef49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/shell/shell_log_backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void z_shell_log_backend_enable(const struct shell_log_backend *backend,
3232
if (err == 0) {
3333
log_backend_enable(backend->backend, ctx, init_log_level);
3434
log_output_ctx_set(backend->log_output, ctx);
35-
backend->control_block->dropped_cnt = 0;
35+
backend->control_block->dropped_cnt = 0;
3636
backend->control_block->state = SHELL_LOG_BACKEND_ENABLED;
3737
}
3838
}

0 commit comments

Comments
 (0)