mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Fix whitespace
This commit is contained in:
parent
f0c8b5b89e
commit
b6abe56357
1 changed files with 1 additions and 2 deletions
|
@ -126,7 +126,6 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
||||||
multiple = true;
|
multiple = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
for file in files.iter() {
|
for file in files.iter() {
|
||||||
if multiple {
|
if multiple {
|
||||||
if !firstime { println!(""); }
|
if !firstime { println!(""); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue