mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-27 13:44: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
@@ -18,11 +18,7 @@ static int ush_cut_parse_delim(const char *token, char *out_delim) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int ush_cut_parse_args(const char *arg,
|
||||
char *out_delim,
|
||||
u64 *out_field,
|
||||
char *out_file,
|
||||
u64 out_file_size) {
|
||||
static int ush_cut_parse_args(const char *arg, char *out_delim, u64 *out_field, char *out_file, u64 out_file_size) {
|
||||
char token[USH_PATH_MAX];
|
||||
char value[USH_PATH_MAX];
|
||||
const char *cursor = arg;
|
||||
@@ -223,7 +219,6 @@ static int ush_cmd_cut(const ush_state *sh, const char *arg) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
int cleonos_app_main(void) {
|
||||
ush_cmd_ctx ctx;
|
||||
ush_cmd_ret ret;
|
||||
|
||||
Reference in New Issue
Block a user