From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 17 Dec 2020 16:40:13 +0100 Subject: [LTP] [PATCH 4/5] syscalls/abort: Remove second space before description text In-Reply-To: <20201216101012.14644-5-chrubis@suse.cz> References: <20201216101012.14644-1-chrubis@suse.cz> <20201216101012.14644-5-chrubis@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > This seems to be the only case where the change to remove only first > whitespace cause the test description to produce literal block > unexpectedly. Hopefully :). Reviewed-by: Petr Vorel