Skip to content

Commit 46a3f9d

Browse files
piotrgkurekgfxbot
authored andcommitted
Tabs into spaces
Change-Id: If73168ed44de68cb1818e27a610a2538083dd968
1 parent 805441d commit 46a3f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/MDFrameWork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ namespace IGC
344344
bool statefullResourcesNotAliased = false;
345345

346346
unsigned int privateMemoryPerWI = 0;
347-
std::array<uint64_t, NUM_SHADER_RESOURCE_VIEW_SIZE> m_ShaderResourceViewMcsMask{};
347+
std::array<uint64_t, NUM_SHADER_RESOURCE_VIEW_SIZE> m_ShaderResourceViewMcsMask{};
348348
};
349349
void serialize(const IGC::ModuleMetaData &moduleMD, llvm::Module* module);
350350
void deserialize(IGC::ModuleMetaData &deserializedMD, const llvm::Module* module);

0 commit comments

Comments
 (0)