aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-thread.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-11 00:29:00 -0400
committerRob Austein <sra@hactrn.net>2017-04-11 00:29:00 -0400
commit4837c5d366e965e196828a2898e2471c592b85e1 (patch)
tree9230d37874fdb683ef2020d8d3b805ee67e6f289 /projects/hsm/mgmt-thread.c
parent7a8a2564c64894026e6e79eb116f5b8b358d622c (diff)
Track API changes on sw/libhal pkcs8 branch.
Diffstat (limited to 'projects/hsm/mgmt-thread.c')
-rw-r--r--projects/hsm/mgmt-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/hsm/mgmt-thread.c b/projects/hsm/mgmt-thread.c
index 82b8e72..7cc13c9 100644
--- a/projects/hsm/mgmt-thread.c
+++ b/projects/hsm/mgmt-thread.c
@@ -78,7 +78,7 @@ static int cmd_thread_show(struct cli_def *cli, const char *command, char *argv[
name = "osTimerThread";
else
name = "unknown";
-
+
cli_print(cli, "%d:\tptask\t%p\t%s", task_id, task->ptask, name);
cli_print(cli, "\tstate\t%d\t\t%s", (int)task->state, task_state[task->state]);
cli_print(cli, "\tprio\t%d", (int)task->prio);