summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzy <[email protected]>2023-12-20 02:47:22 -0500
committerzy <[email protected]>2023-12-20 02:47:22 -0500
commitd729fe70ac8bdbe22d71dedfc2239418736035ec (patch)
tree5bef1780e56b9bf01de2d7d2769779912d51a00c
parentaea4b03cf396755c28a9906c5d94f96fc3fb8990 (diff)
???
-rw-r--r--source/module/monitor_kernel_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_kernel_lib.c b/source/module/monitor_kernel_lib.c
index 4cbb44a..4cc19ae 100644
--- a/source/module/monitor_kernel_lib.c
+++ b/source/module/monitor_kernel_lib.c
@@ -562,7 +562,7 @@ static int capture_immediate_entry(kernel_watch_timer *k_watch_timer) {
} else {
diag_task_by_tsk(k_watch_timer->task, &load_monitor_variant_buffer);
}
-
+
return 1;
}
}