[PATCH 0/5] lib: remove trailing spaces and tabs

From: Zhen Lei
Date: Tue Jun 08 2021 - 03:11:43 EST


find lib/ -type f | xargs sed -r -i 's/[ \t]+$//'

Run the above command to find and remove the trailing spaces and tabs. To keep
the patch from being too big, I broke it down into five parts.


Zhen Lei (5):
lib/zlib: remove trailing spaces and tabs
Fonts: remove trailing spaces and tabs
lib/inflate.c: remove trailing spaces and tabs
lib/ts_bm.c: remove trailing spaces and tabs
lib: remove trailing spaces and tabs

lib/Kconfig | 2 +-
lib/fonts/font_acorn_8x8.c | 2 +-
lib/fonts/font_mini_4x6.c | 8 ++++----
lib/inflate.c | 26 +++++++++++++-------------
lib/libcrc32c.c | 2 +-
lib/textsearch.c | 4 ++--
lib/ts_bm.c | 24 ++++++++++++------------
lib/ts_kmp.c | 2 +-
lib/zlib_deflate/deflate.c | 10 +++++-----
lib/zlib_deflate/deftree.c | 4 ++--
lib/zlib_deflate/defutil.h | 10 +++++-----
lib/zlib_inflate/inflate_syms.c | 2 +-
lib/zlib_inflate/infutil.h | 2 +-
13 files changed, 49 insertions(+), 49 deletions(-)

--
2.25.1