From 8f8153220b57ba18ed18f6fbf24e5e152d90c5ed Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 31 Mar 2023 13:29:42 +0200 Subject: [PATCH] Remove trailing whitespace --- async-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async-check.sh b/async-check.sh index 21a699476f..206fd4ff6b 100755 --- a/async-check.sh +++ b/async-check.sh @@ -39,9 +39,9 @@ function CleanUp() { unlink ./wolfcrypt/src/port/cavium/cavium_nitrox.c unlink ./wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h unlink ./wolfcrypt/src/port/cavium/README.md - + rm -rf ./async - + # restore original README.md files git checkout -- wolfcrypt/src/port/cavium/README.md git checkout -- wolfcrypt/src/port/intel/README.md