From 3e99d07bc09e1b82ee6191527bb3e555052c55ac Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 22:24:52 +0000 Subject: trim excess whitespace --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- lib/README.md | 2 +- tests/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84871c2..74e203d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: # - LZ4 Frame # - LZ4 versions # - Custom LZ4_DISTANCE_MAX -# +# lz4-benchmark: name: Benchmark runs-on: ubuntu-latest diff --git a/.travis.yml b/.travis.yml index 8eae1a2..4656cbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -231,7 +231,7 @@ matrix: - name: Compile OSS-Fuzz targets script: - ./ossfuzz/travisoss.sh - + # Unicode lint # See https://github.com/lz4/lz4/issues/1018 - name: Run Unicode lint diff --git a/lib/README.md b/lib/README.md index e2af868..884c797 100644 --- a/lib/README.md +++ b/lib/README.md @@ -101,7 +101,7 @@ All `*.h` files present in `/lib` remain necessary to compile `lz4_all.c`. DLL can be created using MinGW+MSYS with the `make liblz4` command. This command creates `dll\liblz4.dll` and the import library `dll\liblz4.lib`. -To override the `dlltool` command when cross-compiling on Linux, just set the `DLLTOOL` variable. Example of cross compilation on Linux with mingw-w64 64 bits: +To override the `dlltool` command when cross-compiling on Linux, just set the `DLLTOOL` variable. Example of cross compilation on Linux with mingw-w64 64 bits: ``` make BUILD_STATIC=no CC=x86_64-w64-mingw32-gcc DLLTOOL=x86_64-w64-mingw32-dlltool OS=Windows_NT ``` diff --git a/tests/README.md b/tests/README.md index 75b7b9f..37d7d72 100644 --- a/tests/README.md +++ b/tests/README.md @@ -37,7 +37,7 @@ Additional remarks: The example usage with two test files, one e-mail address, and with an additional message: ``` ./test-lz4-speed.py "silesia.tar calgary.tar" "email@gmail.com" --message "tested on my laptop" --sleepTime 60 -``` +``` To run the script in background please use: ``` -- cgit v0.12