summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-28 17:17:34 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-28 17:17:34 +0200
commit6033446e31977e8a7fcae9202a346d0e82ace5e0 (patch)
tree1e21a8b6bd1a8b853269e120334bf26d370dda03
parentd9fe4596350d4526098743aa6fad2216ac72585c (diff)
Cosmetics, remove trailing whitespace
-rw-r--r--src/nullsurf.c2
1 files changed, 1 insertions, 1 deletions
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