diff options
author | 2011-01-27 20:12:53 +0000 | |
---|---|---|
committer | 2011-01-27 20:13:27 +0000 | |
commit | ce4bdb2193d3d5eba1c92d35cb91931005793096 (patch) | |
tree | 7fe7e91c7845bdd3566993dfafe683ea85b3f83b | |
parent | 5b92093cceab1dc3f2e0a9ca00436cafa445dd80 (diff) | |
download | paludis-ce4bdb2193d3d5eba1c92d35cb91931005793096.tar.gz paludis-ce4bdb2193d3d5eba1c92d35cb91931005793096.tar.xz |
Indent less
-rw-r--r-- | src/clients/cave/cmd_show-fmt.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_show-fmt.hh b/src/clients/cave/cmd_show-fmt.hh index a3a6e7e29..e57644aef 100644 --- a/src/clients/cave/cmd_show-fmt.hh +++ b/src/clients/cave/cmd_show-fmt.hh @@ -65,7 +65,7 @@ const auto fs_permitted_choice_value_enum_values = make_format_string_fetcher("s << "%{column 30}Permitted values:" << "\\n"; const auto fs_permitted_choice_value_enum_value = make_format_string_fetcher("show/permitted_choice_value_enum_value", 1) - << "%{column 40}" << param<'v'>() << param_if<'d'>() << ": " << "%{column 55}" << param<'d'>() << param_endif<'d'>() << "\\n"; + << "%{column 34}" << param<'v'>() << param_if<'d'>() << ": " << "%{column 45}" << param<'d'>() << param_endif<'d'>() << "\\n"; const auto fs_metadata_value_raw = make_format_string_fetcher("show/metadata_value_raw", 2) << " " << param<'i'>() << param<'i'>() << param<'i'>() << param<'i'>() |