From 03b3f7a3af49faecf6ac460c44343063e9597ce4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 4 Mar 2017 13:59:50 -0600 Subject: Make new QtCore code conform to the coding style Change-Id: I74966ed02f674a7295f8fffd14a8c6389da538c1 Reviewed-by: Thiago Macieira Reviewed-by: Marc Mutz --- src/corelib/tools/qbytearraymatcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3