mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +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;
|
||||
}
|
||||
|
||||
|
||||
for file in files.iter() {
|
||||
if multiple {
|
||||
if !firstime { println!(""); }
|
||||
|
@ -295,6 +294,6 @@ fn print_string<T: Write>(_: &mut T, s: &String) {
|
|||
print!("{}", s);
|
||||
}
|
||||
|
||||
fn version () {
|
||||
fn version() {
|
||||
println!("{} {}", NAME, VERSION);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue