Skip to content

Commit

Permalink
xz-java: add missing EOF newline
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 14, 2024
1 parent 70378e1 commit 6c24dec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/xz-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN git clone --depth 1 https://github.com/tukaani-project/xz-java $SRC/xz-java

COPY build.sh $SRC/
COPY *Fuzzer.java $SRC/
WORKDIR $SRC/xz-java
WORKDIR $SRC/xz-java
2 changes: 1 addition & 1 deletion projects/xz-java/XZEncoderFuzzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public static void fuzzerTestOneInput(FuzzedDataProvider data) {
xzOut.finish();
} catch (IOException e) {}
}
}
}
2 changes: 1 addition & 1 deletion projects/xz-java/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ LD_LIBRARY_PATH=\"$JVM_LD_LIBRARY_PATH\":\$this_dir \
--jvm_args=\"\$mem_settings\" \
\$@" > $OUT/$fuzzer_basename
chmod u+x $OUT/$fuzzer_basename
done
done

0 comments on commit 6c24dec

Please sign in to comment.