From cb436c69d9bcb0330518a48559649c9436ed5e7a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 6 Aug 2020 14:55:39 +0200 Subject: executor: add some code style checks Move the test from pkg/csource to executor/ in order to be able to (1) run it on *.cc files, (2) run on unprocessed *.h files, (3) produce line numbers. Add a check for missed space after //. --- executor/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common.h') diff --git a/executor/common.h b/executor/common.h index a3f442edc..35e3c78da 100644 --- a/executor/common.h +++ b/executor/common.h @@ -9,7 +9,7 @@ // - NORETURN/PRINTF/debug are removed // - exitf/fail are replaced with exit // - uintN types are replaced with uintN_t -// - /*FOO*/ placeholders are replaced by actual values +// - /*{{{FOO}}}*/ placeholders are replaced by actual values #ifndef _GNU_SOURCE #define _GNU_SOURCE -- cgit mrf-deployment