From 20a5e99685c1b5b5739f21147d68b31f5726cc07 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 2 Oct 2010 02:39:15 +0200 Subject: [PATCH] Clean up trailing whitespace. --- src/xml.c | 4 ++-- 1 file 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 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", -- 2.39.5