From fab7609913c9787bdb79602ff716f5e0d1598c98 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 13 Sep 2020 19:30:55 +0200 Subject: tools/check-whitespace.sh: check for trailing whitespaces File types that we don't format automatically can end up with such basic untidiness as trailing whitespaces. Check for these. Remove all existing precedents. --- docs/trusty/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/trusty') diff --git a/docs/trusty/README.md b/docs/trusty/README.md index cad54ae76..5013dc5db 100644 --- a/docs/trusty/README.md +++ b/docs/trusty/README.md @@ -151,7 +151,7 @@ using config along the lines of (substitute actual values for `$KERNEL`, `$SYZKA "ppoll", "dup3", "tkill", - "gettid", + "gettid", "close" ] } -- cgit mrf-deployment