1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Fix whitespace

This commit is contained in:
Joseph Crail 2015-12-12 15:29:45 -05:00
parent f0c8b5b89e
commit b6abe56357

View file

@ -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);
}