mirror of
https://github.com/matrix-construct/construct
synced 2025-01-23 04:50:00 +01:00
modules/console: Fix db files cmd table header alignment (c807550ca7
)
This commit is contained in:
parent
c02b3d845f
commit
4518cf104a
1 changed files with 1 additions and 1 deletions
|
@ -4596,7 +4596,7 @@ static void
|
|||
_print_sst_info_header(opt &out)
|
||||
{
|
||||
out << std::left << std::setfill(' ')
|
||||
<< std::setw(3) << "chkp"
|
||||
<< std::setw(3) << "cp"
|
||||
<< " " << std::setw(12) << "name"
|
||||
<< " " << std::setw(32) << "creation"
|
||||
<< " " << std::setw(3) << "flt"
|
||||
|
|
Loading…
Add table
Reference in a new issue