From 562a765969f015eda26d27091edc3172e5639f9c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Oct 2020 10:41:28 +0300 Subject: Add missing spaces in generated code --- cli/cli/inline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/cli') diff --git a/cli/cli/inline.cxx b/cli/cli/inline.cxx index 05b83db..35b8caf 100644 --- a/cli/cli/inline.cxx +++ b/cli/cli/inline.cxx @@ -34,7 +34,7 @@ namespace << "}"; os << inl << "void " << scope << "::" << endl - << name << "(const " << type << "& x)" + << name << " (const " << type << "& x)" << "{" << "this->" << emember (o) << " = x;" << "}"; @@ -52,7 +52,7 @@ namespace if (gen_modifier) os << inl << "void " << scope << "::" << endl - << spec << "(bool x)" + << spec << " (bool x)" << "{" << "this->" << especifier_member (o) << " = x;" << "}"; -- cgit v1.1