Skip to content
Snippets Groups Projects
Commit b8203fb8 authored by Stephan Seitz's avatar Stephan Seitz Committed by Martin Bauer
Browse files

Auto-format pystencils/rng.py (trailing whitespace)

parent e09f0646
Branches
Tags
No related merge requests found
Pipeline #16590 passed with stages
in 4 minutes and 44 seconds
...@@ -16,7 +16,7 @@ philox_four_floats_call = """ ...@@ -16,7 +16,7 @@ philox_four_floats_call = """
{result_symbols[1].dtype} {result_symbols[1].name}; {result_symbols[1].dtype} {result_symbols[1].name};
{result_symbols[2].dtype} {result_symbols[2].name}; {result_symbols[2].dtype} {result_symbols[2].name};
{result_symbols[3].dtype} {result_symbols[3].name}; {result_symbols[3].dtype} {result_symbols[3].name};
philox_float4({parameters}, philox_float4({parameters},
{result_symbols[0].name}, {result_symbols[1].name}, {result_symbols[2].name}, {result_symbols[3].name}); {result_symbols[0].name}, {result_symbols[1].name}, {result_symbols[2].name}, {result_symbols[3].name});
""" """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment