mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
Indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ca18b855c0
commit
7c3903894a
@ -182,7 +182,8 @@ info_show_info (WInfo * info)
|
||||
|
||||
case 13:
|
||||
widget_move (w, 13, 3);
|
||||
str_printf (buff, _("Device: %s"), str_trunc (myfs_stats.device, w->cols - i18n_adjust));
|
||||
str_printf (buff, _("Device: %s"),
|
||||
str_trunc (myfs_stats.device, w->cols - i18n_adjust));
|
||||
tty_print_string (buff->str);
|
||||
g_string_set_size (buff, 0);
|
||||
case 12:
|
||||
|
Loading…
Reference in New Issue
Block a user