summaryrefslogtreecommitdiff
path: root/source/fitz/stext-paragraph.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-09-01 16:55:36 +0200
committerRobin Watts <robin.watts@artifex.com>2014-09-02 10:16:35 +0100
commit84c616094639d38d076aba71bf8283b532f434f6 (patch)
tree1361ec0cfb833433bf6c0df0c80e76dc2f87cdfd /source/fitz/stext-paragraph.c
parent7d726b34666e5547a93f64f1dc1f161c5517e473 (diff)
downloadmupdf-84c616094639d38d076aba71bf8283b532f434f6.tar.xz
Clean some whitespace.
Diffstat (limited to 'source/fitz/stext-paragraph.c')
-rw-r--r--source/fitz/stext-paragraph.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/fitz/stext-paragraph.c b/source/fitz/stext-paragraph.c
index 5704f3cf..11925f77 100644
--- a/source/fitz/stext-paragraph.c
+++ b/source/fitz/stext-paragraph.c
@@ -1177,9 +1177,9 @@ force_paragraph:
/* Simple line region analysis:
* For each line:
- * form a list of 'start/stop' points (henceforth a 'region mask')
- * find the normalised baseline vector for the line.
- * Store the region mask and baseline vector.
+ * form a list of 'start/stop' points (henceforth a 'region mask')
+ * find the normalised baseline vector for the line.
+ * Store the region mask and baseline vector.
* Collate lines that have compatible region masks and identical
* baseline vectors.
* If the collated masks are column-like, then split into columns.