HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44590 )
Change subject: util/cbfstool/lz4/lib: Remove empty lines at end of file ......................................................................
util/cbfstool/lz4/lib: Remove empty lines at end of file
Change-Id: Id27cc43911a1e62d4f1d2d49d18294cb727f9bcf Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/cbfstool/lz4/lib/lz4.c M util/cbfstool/lz4/lib/xxhash.c 2 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/44590/1
diff --git a/util/cbfstool/lz4/lib/lz4.c b/util/cbfstool/lz4/lib/lz4.c index e393690..00d5fd1 100644 --- a/util/cbfstool/lz4/lib/lz4.c +++ b/util/cbfstool/lz4/lib/lz4.c @@ -1565,4 +1565,3 @@ }
#endif /* LZ4_COMMONDEFS_ONLY */ - diff --git a/util/cbfstool/lz4/lib/xxhash.c b/util/cbfstool/lz4/lib/xxhash.c index 0f89626..74d0d14 100644 --- a/util/cbfstool/lz4/lib/xxhash.c +++ b/util/cbfstool/lz4/lib/xxhash.c @@ -958,5 +958,3 @@ else return XXH64_digest_endian(state_in, XXH_bigEndian); } - -
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44590 )
Change subject: util/cbfstool/lz4/lib: Remove empty lines at end of file ......................................................................
Patch Set 1: Code-Review-1
As mentioned before I think these imported files shouldn't be modified without good reason.
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44590 )
Change subject: util/cbfstool/lz4/lib: Remove empty lines at end of file ......................................................................
Abandoned