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>
bb10
Thiago Macieira 2017-03-04 13:59:50 -06:00
parent 51bec76d10
commit 03b3f7a3af
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ private:
};
};
class QStaticByteArrayMatcherBase {
class QStaticByteArrayMatcherBase
{
struct Skiptable {
uchar data[256];
} m_skiptable;