From 2d23842ebf911b0ed28d939e0b71911e1ce1f7b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Jun 2020 11:47:19 +0200 Subject: Fix misleading indentation --- cli/cli/runtime-source.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/cli/runtime-source.cxx') diff --git a/cli/cli/runtime-source.cxx b/cli/cli/runtime-source.cxx index debf41e..088ea33 100644 --- a/cli/cli/runtime-source.cxx +++ b/cli/cli/runtime-source.cxx @@ -908,7 +908,7 @@ generate_runtime_source (context& ctx, bool complete) if (sp) os << endl << "xs = true;"; - os << "}"; + os << "}"; if (gen_merge) os << "static void" << endl @@ -917,7 +917,7 @@ generate_runtime_source (context& ctx, bool complete) << "b = a;" << "}"; - os << "};"; + os << "};"; // parser> // -- cgit v1.1