Remove the tail space char from all files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-02-26 02:12:10 +08:00
committed by Petro Karashchenko
parent cf9dd1c653
commit 21bc466a2b
19 changed files with 50 additions and 51 deletions

View File

@@ -81,7 +81,7 @@ class CETL
printf("v1 with 0 through 9\n");
for (auto& it : v1) {
printf("%i ", it);
}
}
printf("\n");
printf("v2 with 10 through 29\n");