clang-tidy cleanup

Related-To: NEO-3676
Change-Id: I538c4ee3a370a71a7e470a441cd101c9ed1b285d
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2019-10-15 15:01:57 +02:00
parent 332e02ef27
commit 7864c03b0a
7 changed files with 8 additions and 47 deletions

View File

@@ -30,7 +30,7 @@ namespace NEO {
class DeviceFactory;
struct HardwareInfo;
struct DeviceDescriptor {
struct DeviceDescriptor { // NOLINT(clang-analyzer-optin.performance.Padding)
unsigned short deviceId;
const HardwareInfo *pHwInfo;
void (*setupHardwareInfo)(HardwareInfo *, bool);