From 6033446e31977e8a7fcae9202a346d0e82ace5e0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 28 May 2020 17:17:34 +0200 Subject: Cosmetics, remove trailing whitespace --- src/nullsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nullsurf.c b/src/nullsurf.c index 755be14..11563ec 100644 --- a/src/nullsurf.c +++ b/src/nullsurf.c @@ -208,7 +208,7 @@ static void surface_launch(NSContext *ns, double *pos_x, double *pos_z, double * const double g[3][3] = { { gtxx / SQR(phi), gtxy / SQR(phi), gtxz / SQR(phi) }, { gtxy / SQR(phi), gtyy / SQR(phi), gtyz / SQR(phi) }, - { gtxz / SQR(phi), gtyz / SQR(phi), gtzz / SQR(phi) }}; + { gtxz / SQR(phi), gtyz / SQR(phi), gtzz / SQR(phi) }}; /** * send out photons along geodesics evenly spaced in angles θ between x- and z-axis -- cgit v1.2.3