commit 2379b7b9d10d2e3f2e70c3e8ab39c22f2ca88189 parent ecccc7c6f2ee3f545f42326a091f43e8382ce4a2 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 9 Mar 2021 15:20:09 +0100 cngf-pf.c: remove stray whitespace Diffstat:
M | cngf-pf.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cngf-pf.c b/cngf-pf.c @@ -259,7 +259,7 @@ main(int argc, char *argv[]) } } #ifdef DEBUG - fprintf(stderr, "t_val = %g \n", sim.dt); + fprintf(stderr, "t_val = %g\n", sim.dt); #endif if (sim.dt > sim.file_dt)