aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-10-01 20:20:40 +0200
committerThomas White <taw@physics.org>2019-10-05 17:03:43 +0200
commita543c0f7b2855d701d0e049773780dc43e0ea8e0 (patch)
tree403ae22d3505f0c599ba190365099effd3c07d19
parente9ff6987a32bfdabfd490cc5ce78fb1676b8e8e3 (diff)
Formatting
-rw-r--r--libstorycode/storycode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.c b/libstorycode/storycode.c
index ced5bac..7b8b464 100644
--- a/libstorycode/storycode.c
+++ b/libstorycode/storycode.c
@@ -183,7 +183,7 @@ static void write_text(GOutputStream *fh, SlideItem *item, int geom,
maybe_alignment(item->align));
} else {
snprintf(tmp, 255, " %s%s",
- t ,maybe_alignment(item->align));
+ t, maybe_alignment(item->align));
}
indent = strlen(tmp);