From b8203fb8238db916d48e538e32778c1def9444ee Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 11 Jul 2019 12:32:31 +0200 Subject: [PATCH] Auto-format pystencils/rng.py (trailing whitespace) --- pystencils/rng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystencils/rng.py b/pystencils/rng.py index eae916410..afc08b033 100644 --- a/pystencils/rng.py +++ b/pystencils/rng.py @@ -16,7 +16,7 @@ philox_four_floats_call = """ {result_symbols[1].dtype} {result_symbols[1].name}; {result_symbols[2].dtype} {result_symbols[2].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}); """ -- GitLab