diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-12-21 17:41:59 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-12-27 15:06:51 +0100 |
commit | 0805c1add0e3fc951d16c27d3837bc5123842303 (patch) | |
tree | bdce2e6e246f0f693552423c9b554092ce47a689 /source/html | |
parent | e22743070ff1f3d4cc83177c4669476fd2526844 (diff) | |
download | mupdf-0805c1add0e3fc951d16c27d3837bc5123842303.tar.xz |
Strip extraneous blank lines.
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/html-layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 379cd3e8..91297f10 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -734,7 +734,6 @@ static void generate_boxes(fz_context *ctx, fz_xml *node, fz_html_box *top, if (href) box->href = fz_pool_strdup(ctx, g->pool, href); } - } else { @@ -2423,7 +2422,6 @@ static void fragment_cb(const uint32_t *fragment, if (data->flow->type == FLOW_SPACE) { len = 1; - } else if (data->flow->type == FLOW_BREAK || data->flow->type == FLOW_SBREAK || data->flow->type == FLOW_SHYPHEN || data->flow->type == FLOW_ANCHOR) |