mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix whitespace
This commit is contained in:
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user