summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-03-04 13:59:50 -0600
committerThiago Macieira <thiago.macieira@intel.com>2017-03-06 09:42:23 +0000
commit03b3f7a3af49faecf6ac460c44343063e9597ce4 (patch)
tree97017016e070e3a4c3ae32f22d94778b57ed02f2 /src
parent51bec76d1041ef809aa0adeec041f14f6124b5ab (diff)
Make new QtCore code conform to the coding style
Change-Id: I74966ed02f674a7295f8fffd14a8c6389da538c1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qbytearraymatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearraymatcher.h b/src/corelib/tools/qbytearraymatcher.h
index 476bc3c049..e3ab25c152 100644
--- a/src/corelib/tools/qbytearraymatcher.h
+++ b/src/corelib/tools/qbytearraymatcher.h
@@ -83,7 +83,8 @@ private:
};
};
-class QStaticByteArrayMatcherBase {
+class QStaticByteArrayMatcherBase
+{
struct Skiptable {
uchar data[256];
} m_skiptable;