diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-08 16:32:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-08 16:32:41 -0700 |
| commit | 876c8525acddd1852238acd432616167d3d14560 (patch) | |
| tree | fffdbc33d3bc2d2da3d1224701b8344a7ea49c6f /numpy/f2py/tests/test_semicolon_split.py | |
| parent | 96684909b41c240a5ad8039393720d8bd9fc5ece (diff) | |
| parent | 27b8e54598a325b53fc73b2017ef5e2272f3e5f4 (diff) | |
| download | numpy-876c8525acddd1852238acd432616167d3d14560.tar.gz | |
Merge pull request #10711 from charris/fix-hard-tabs
MAINT: Hard tab and whitespace cleanup.
Diffstat (limited to 'numpy/f2py/tests/test_semicolon_split.py')
| -rw-r--r-- | numpy/f2py/tests/test_semicolon_split.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/f2py/tests/test_semicolon_split.py b/numpy/f2py/tests/test_semicolon_split.py index d844e2eae..2b0f32727 100644 --- a/numpy/f2py/tests/test_semicolon_split.py +++ b/numpy/f2py/tests/test_semicolon_split.py @@ -9,14 +9,14 @@ class TestMultiline(util.F2PyTest): code = """ python module {module} usercode ''' -void foo(int* x) {{ +void foo(int* x) {{ char dummy = ';'; - *x = 42; + *x = 42; }} ''' interface subroutine foo(x) - intent(c) foo + intent(c) foo integer intent(out) :: x end subroutine foo end interface @@ -37,11 +37,11 @@ void foo(int* x) {{ ''' interface subroutine foo(x) - intent(c) foo + intent(c) foo integer intent(out) :: x - callprotoargument int* + callprotoargument int* callstatement {{ & - ; & + ; & x = 42; & }} end subroutine foo |
