From c753751b693cf7c481c0292912e2b7536fa6d36a Mon Sep 17 00:00:00 2001 From: rnefyodov <rnefyodov@yandex-team.ru> Date: Thu, 10 Feb 2022 16:47:17 +0300 Subject: Restoring authorship annotation for <rnefyodov@yandex-team.ru>. Commit 2 of 2. --- build/scripts/gen_tasklet_reg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/scripts/gen_tasklet_reg.py') diff --git a/build/scripts/gen_tasklet_reg.py b/build/scripts/gen_tasklet_reg.py index ed2f1a89ba..5b747c2eca 100644 --- a/build/scripts/gen_tasklet_reg.py +++ b/build/scripts/gen_tasklet_reg.py @@ -3,9 +3,9 @@ import argparse TEMPLATE = '''\ {includes}\ #include <tasklet/runtime/lib/{language}_wrapper.h> -#include <tasklet/runtime/lib/registry.h> +#include <tasklet/runtime/lib/registry.h> -static const NTasklet::TRegHelper REG( +static const NTasklet::TRegHelper REG( "{name}", new NTasklet::{wrapper} ); -- cgit v1.2.3