From 081976105ad13c74c340034de6229eb9bdafcb7b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 19 Aug 2012 11:39:00 +0100 Subject: Minor style tweaks. --- render/textplain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index ec4d486e5..78539b47d 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -521,8 +521,8 @@ void textplain_reformat(struct content *c, int width, int height) /* break at last space in line */ i = space; line[line_count-1].length = (i + 1) - line_start; - } - else + + } else line[line_count-1].length = i - line_start; } line[line_count++].start = line_start = i + 1; -- cgit v1.2.3