Mercurial > emacs
diff src/xml.c @ 110692:5687cf9288cf
Clean up trailing whitespace.
| author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
|---|---|
| date | Sat, 02 Oct 2010 02:39:15 +0200 |
| parents | 4c93c1f8e379 |
| children | 05fc128a856f |
line wrap: on
line diff
--- a/src/xml.c Sat Oct 02 02:36:47 2010 +0200 +++ b/src/xml.c Sat Oct 02 02:39:15 2010 +0200 @@ -86,7 +86,7 @@ LIBXML_TEST_VERSION; validate_region (&start, &end); - + istart = XINT (start); iend = XINT (end); @@ -100,7 +100,7 @@ } bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart); - + if (htmlp) doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)), bytes, burl, "utf-8",
