mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-14 13:58:27 +03:00
Fix a couple of misleading indentation errors
Raised by gcc as potential error, no semantic change needed but fixed the indentation
This commit is contained in:
parent
dbb828feb9
commit
f19385a589
@ -468,8 +468,8 @@ xmlNextChar(xmlParserCtxtPtr ctxt)
|
||||
|
||||
c = *cur;
|
||||
if (c & 0x80) {
|
||||
if (c == 0xC0)
|
||||
goto encoding_error;
|
||||
if (c == 0xC0)
|
||||
goto encoding_error;
|
||||
if (cur[1] == 0) {
|
||||
xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
|
||||
cur = ctxt->input->cur;
|
||||
|
Loading…
x
Reference in New Issue
Block a user