Fix misaligned triple-quote blocks
This commit is contained in:
@@ -21,7 +21,7 @@ project_with_manylinux_symbols = test_projects.new_c_project(
|
||||
#if !__GLIBC_PREREQ(2, 5) /* manylinux1 is glibc 2.5 */
|
||||
#error "Must run on a glibc >= 2.5 linux environment"
|
||||
#endif
|
||||
'''
|
||||
'''
|
||||
),
|
||||
spam_c_function_add=textwrap.dedent(
|
||||
r'''
|
||||
@@ -35,7 +35,7 @@ project_with_manylinux_symbols = test_projects.new_c_project(
|
||||
// malloc_info is only available on manylinux2010+
|
||||
sts = malloc_info(0, stdout);
|
||||
#endif
|
||||
'''
|
||||
'''
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user