mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 14:37:45 +00:00
fix: style/spelling
This commit is contained in:
parent
39e352e2af
commit
243546ce96
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ fn print_adjusted(
|
||||||
) {
|
) {
|
||||||
let mut field_width = cmp::max(width, s.len());
|
let mut field_width = cmp::max(width, s.len());
|
||||||
if let Some(p) = prefix {
|
if let Some(p) = prefix {
|
||||||
if let Some(needprefix) = need_prefix {
|
if let Some(prefix_flag) = need_prefix {
|
||||||
if needprefix {
|
if prefix_flag {
|
||||||
field_width -= p.len();
|
field_width -= p.len();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue