mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f02dff7462
commit
5a04c1ede2
@ -124,7 +124,7 @@ tty_start_interrupt_key (void)
|
|||||||
act.sa_flags = SA_RESTART;
|
act.sa_flags = SA_RESTART;
|
||||||
#else
|
#else
|
||||||
act.sa_flags = 0;
|
act.sa_flags = 0;
|
||||||
#endif /* SA_RESTART */
|
#endif /* SA_RESTART */
|
||||||
sigaction (SIGINT, &act, NULL);
|
sigaction (SIGINT, &act, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1632,8 +1632,7 @@ single_dirsize_cmd (void)
|
|||||||
ui = compute_dir_size_create_ui (FALSE);
|
ui = compute_dir_size_create_ui (FALSE);
|
||||||
p = vfs_path_from_str (entry->fname);
|
p = vfs_path_from_str (entry->fname);
|
||||||
|
|
||||||
if (compute_dir_size (p, ui, compute_dir_size_update_ui, &count, &total, TRUE) ==
|
if (compute_dir_size (p, ui, compute_dir_size_update_ui, &count, &total, TRUE) == FILE_CONT)
|
||||||
FILE_CONT)
|
|
||||||
{
|
{
|
||||||
entry->st.st_size = (off_t) total;
|
entry->st.st_size = (off_t) total;
|
||||||
entry->f.dir_size_computed = 1;
|
entry->f.dir_size_computed = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user