summaryrefslogtreecommitdiff
path: root/source/html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-24 15:40:43 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-24 15:40:43 +0100
commitc3e94ff87f6187bc45baea941908acada6a6e968 (patch)
tree5cad85fae306ea7d88e1652169feaa19efd36d07 /source/html
parent07b0e5e758d77e6b9b3049e13cb386128be1592c (diff)
downloadmupdf-c3e94ff87f6187bc45baea941908acada6a6e968.tar.xz
Strip trailing whitespace.
Diffstat (limited to 'source/html')
-rw-r--r--source/html/html-layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c
index 2749587f..5b84df6b 100644
--- a/source/html/html-layout.c
+++ b/source/html/html-layout.c
@@ -76,7 +76,6 @@ static int is_all_white(const char *s)
return 1;
}
-
/* TODO: pool allocator for flow nodes */
/* TODO: store text by pointing to a giant buffer */