summaryrefslogtreecommitdiffstats
path: root/src/corelib/xml/qxmlutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/xml/qxmlutils.cpp')
-rw-r--r--src/corelib/xml/qxmlutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/xml/qxmlutils.cpp b/src/corelib/xml/qxmlutils.cpp
index 52921919eb..d175d554cc 100644
--- a/src/corelib/xml/qxmlutils.cpp
+++ b/src/corelib/xml/qxmlutils.cpp
@@ -70,7 +70,7 @@ bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c)
// check the first two ranges "manually" as characters in that
// range are checked very often and we avoid the binary search below.
-
+
if (cp <= begin->max)
return cp >= begin->min;