Skip to content

Commit 371effc

Browse files
Fix tabs
1 parent 685812f commit 371effc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/cargo-hfuzz.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ fn hfuzz_build<T>(args: T, crate_root: &Path, build_type: &BuildType) where T: s
222222
.env("CARGO_TARGET_DIR", &honggfuzz_target) // change target_dir to not clash with regular builds
223223
.env("CRATE_ROOT", &crate_root);
224224

225-
if *build_type == BuildType::ProfileWithGrcov {
226-
command.env("CARGO_HONGGFUZZ_BUILD_VERSION", VERSION) // used by build.rs to check that versions are in sync
225+
if *build_type == BuildType::ProfileWithGrcov {
226+
command.env("CARGO_HONGGFUZZ_BUILD_VERSION", VERSION) // used by build.rs to check that versions are in sync
227227
.env("CARGO_HONGGFUZZ_TARGET_DIR", &honggfuzz_target); // env variable to be read by build.rs script
228228
} // to place honggfuzz executable at a known location
229229
else if *build_type != BuildType::Debug {

0 commit comments

Comments
 (0)