summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 22:24:52 (GMT)
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 22:24:52 (GMT)
commit3e99d07bc09e1b82ee6191527bb3e555052c55ac (patch)
tree983970f9f82b0d0ef29f716dd67f988822a17cf4
parenteb23590d13c14bb0ab5300c8bb356de2274b43b2 (diff)
downloadlz4-3e99d07bc09e1b82ee6191527bb3e555052c55ac.zip
lz4-3e99d07bc09e1b82ee6191527bb3e555052c55ac.tar.gz
lz4-3e99d07bc09e1b82ee6191527bb3e555052c55ac.tar.bz2
trim excess whitespace
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.travis.yml2
-rw-r--r--lib/README.md2
-rw-r--r--tests/README.md2
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:
```