Indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2015-03-29 17:20:49 +03:00
parent ca18b855c0
commit 7c3903894a

View File

@ -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: