mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
14b86d50bd
commit
42159d1af8
@@ -167,8 +167,7 @@ static int ush_cmd_kdbg(const char *arg) {
|
||||
|
||||
if (ush_streq(subcmd, "bt") != 0) {
|
||||
if (ush_kdbg_next_token(&cursor, tok0, (u64)sizeof(tok0)) == 0 ||
|
||||
ush_kdbg_next_token(&cursor, tok1, (u64)sizeof(tok1)) == 0 ||
|
||||
ush_kdbg_has_more_tokens(cursor) != 0) {
|
||||
ush_kdbg_next_token(&cursor, tok1, (u64)sizeof(tok1)) == 0 || ush_kdbg_has_more_tokens(cursor) != 0) {
|
||||
ush_kdbg_usage();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user