aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-10-02 02:39:15 +0200
committerLars Magne Ingebrigtsen2010-10-02 02:39:15 +0200
commit20a5e99685c1b5b5739f21147d68b31f5726cc07 (patch)
tree00ad0fe67b3d29d3b4b6bea645f2120ce4e7366d /src
parent1b217849638b2ebb1a9e74c51c5e630328fc19c7 (diff)
downloademacs-20a5e99685c1b5b5739f21147d68b31f5726cc07.tar.gz
emacs-20a5e99685c1b5b5739f21147d68b31f5726cc07.zip
Clean up trailing whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c
index a3919db4ecd..a686e55f0b0 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
86 LIBXML_TEST_VERSION; 86 LIBXML_TEST_VERSION;
87 87
88 validate_region (&start, &end); 88 validate_region (&start, &end);
89 89
90 istart = XINT (start); 90 istart = XINT (start);
91 iend = XINT (end); 91 iend = XINT (end);
92 92
@@ -100,7 +100,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
100 } 100 }
101 101
102 bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart); 102 bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart);
103 103
104 if (htmlp) 104 if (htmlp)
105 doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)), 105 doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)),
106 bytes, burl, "utf-8", 106 bytes, burl, "utf-8",