Commit 3c7b4ba923d0889265f2db98a2a84ff00528df03
Fix line indentation in cmd_handlers.c:tree_cmd()
Author: xaizek
Author date (UTC): 2026-06-09 09:13
Committer name: xaizek
Committer date (UTC): 2026-06-09 09:13
Parent(s): df15f4828df42575fa6ea5416f6c23e6d50c1c04
Signing key: 99DC5E4DB05F6BE2
Tree: 3918334b36ef008eb2aca0085de50500f143244e
| File src/cmd_handlers.c changed (mode: 100644) (index d48029512..bd9a035e0) |
| ... |
... |
tree_cmd(const cmd_info_t *cmd_info) |
| 5174 |
5174 |
int depth; |
int depth; |
| 5175 |
5175 |
if(parse_tree_properties(cmd_info, &depth) != 0) |
if(parse_tree_properties(cmd_info, &depth) != 0) |
| 5176 |
5176 |
{ |
{ |
| 5177 |
|
return CMDS_ERR_CUSTOM; |
|
|
5177 |
|
return CMDS_ERR_CUSTOM; |
| 5178 |
5178 |
} |
} |
| 5179 |
5179 |
|
|
| 5180 |
5180 |
(void)flist_load_tree(curr_view, flist_get_dir(curr_view), depth); |
(void)flist_load_tree(curr_view, flist_get_dir(curr_view), depth); |