aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2010-10-02 02:39:15 +0200
committerLars Magne Ingebrigtsen <[email protected]>2010-10-02 02:39:15 +0200
commit20a5e99685c1b5b5739f21147d68b31f5726cc07 (patch)
tree00ad0fe67b3d29d3b4b6bea645f2120ce4e7366d
parent1b217849638b2ebb1a9e74c51c5e630328fc19c7 (diff)
Clean up trailing whitespace.
-rw-r--r--src/xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c
index a3919db4ec..a686e55f0b 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -86,7 +86,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
LIBXML_TEST_VERSION;
validate_region (&start, &end);
-
+
istart = XINT (start);
iend = XINT (end);
@@ -100,7 +100,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
}
bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart);
-
+
if (htmlp)
doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)),
bytes, burl, "utf-8",