From e8b58eba9814dbace83a440b79e1fb48c6f133fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 18 Apr 2012 11:53:13 -0400 Subject: [PATCH] Replace odd space characters in complex header. --- src/cl/pyopencl-complex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cl/pyopencl-complex.h b/src/cl/pyopencl-complex.h index 6601eb4a..57e3a963 100644 --- a/src/cl/pyopencl-complex.h +++ b/src/cl/pyopencl-complex.h @@ -94,9 +94,9 @@ } \ \ TP TPROOT##_divider(TP a, REAL_TP b) \ -Â { \ -Â Â return a/b; \ -Â } \ + { \ + return a/b; \ + } \ \ TP TPROOT##_pow(TP a, TP b) \ { \ -- GitLab