mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
refactor: apply clang-format's InsertBraces rule
Formats code before InsertBraces rule is enabled. Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9d1da44e08
commit
54de14a9dc
@@ -338,8 +338,9 @@ TEST(DecoderTests, givenProductNamesThatExistsForIgaWhenValidateInputThenSuccess
|
||||
auto aotInfos = decoder.mockArgHelper->productConfigHelper->getDeviceAotInfo();
|
||||
|
||||
for (const auto &device : aotInfos) {
|
||||
if (productFamily != device.hwInfo->platform.eProductFamily)
|
||||
if (productFamily != device.hwInfo->platform.eProductFamily) {
|
||||
continue;
|
||||
}
|
||||
|
||||
for (const auto *acronyms : {&device.deviceAcronyms, &device.rtlIdAcronyms}) {
|
||||
for (const auto &acronym : *acronyms) {
|
||||
|
||||
Reference in New Issue
Block a user