fop(1): formatting

This commit is contained in:
2025-11-07 15:11:49 -07:00
parent afd58ae4e3
commit 2846ee3c01

View File

@@ -138,7 +138,7 @@ fn main() -> ExitCode {
let output = spawned.wait_with_output().unwrap_or_else(|e| { let output = spawned.wait_with_output().unwrap_or_else(|e| {
err(&argv[0], e); err(&argv[0], e);
exit(EX_IOERR.into()); exit(EX_IOERR.into());
}); });
/* get the output with which the original field will /* get the output with which the original field will
* be replaced */ * be replaced */
@@ -173,7 +173,6 @@ fn main() -> ExitCode {
exit(EX_IOERR.into()); exit(EX_IOERR.into());
}); });
n += 1; n += 1;
} }
@@ -183,6 +182,4 @@ fn main() -> ExitCode {
eprintln!("{}: {}: no such index in input", argv[0], index); eprintln!("{}: {}: no such index in input", argv[0], index);
return EX_DATAERR.into(); return EX_DATAERR.into();
} }
} }