summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearraymatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qbytearraymatcher.cpp')
-rw-r--r--src/corelib/tools/qbytearraymatcher.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/corelib/tools/qbytearraymatcher.cpp b/src/corelib/tools/qbytearraymatcher.cpp
index c69602138e..17ae2cbe88 100644
--- a/src/corelib/tools/qbytearraymatcher.cpp
+++ b/src/corelib/tools/qbytearraymatcher.cpp
@@ -245,7 +245,8 @@ static int findChar(const char *str, int len, char ch, int from)
return -1;
}
-/*! \internal
+/*!
+ \internal
*/
static int qFindByteArrayBoyerMoore(
const char *haystack, int haystackLen, int haystackOffset,
@@ -264,7 +265,8 @@ static int qFindByteArrayBoyerMoore(
hashHaystack -= (a) << sl_minus_1; \
hashHaystack <<= 1
-/*! \internal
+/*!
+ \internal
*/
int qFindByteArray(
const char *haystack0, int haystackLen, int from,