From 73425d4bb8b42717953b816bd71f91ec2e638e43 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 5 May 2020 21:32:57 +0100 Subject: [PATCH] Fix indent --- test/test_cpp_standards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_cpp_standards.py b/test/test_cpp_standards.py index c00c6791..3cc18917 100644 --- a/test/test_cpp_standards.py +++ b/test/test_cpp_standards.py @@ -128,8 +128,8 @@ def test_cpp17(tmp_path): project.template_context['extra_compile_args'] = ['-std=c++17', '-Wno-register'] project.template_context['spam_cpp_top_level_add'] = textwrap.dedent(''' - #include - auto a = std::pair(5.0, false); + #include + auto a = std::pair(5.0, false); ''') project.generate(project_dir)