Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
20a5e996
Commit
20a5e996
authored
Oct 02, 2010
by
Lars Magne Ingebrigtsen
Browse files
Clean up trailing whitespace.
parent
1b217849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xml.c
src/xml.c
+2
-2
No files found.
src/xml.c
View file @
20a5e996
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment