mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: correct variable naming
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f8bb71e1ba
commit
c3ac7b78bd
@@ -187,8 +187,8 @@ struct ArgTypeTraits {
|
||||
};
|
||||
|
||||
namespace {
|
||||
inline constexpr auto ArgTypeMetadataSize = sizeof(ArgTypeTraits);
|
||||
static_assert(ArgTypeMetadataSize <= 4, "Keep it small");
|
||||
inline constexpr auto argTypeMetadataSize = sizeof(ArgTypeTraits);
|
||||
static_assert(argTypeMetadataSize <= 4, "Keep it small");
|
||||
} // namespace
|
||||
|
||||
struct ArgTypeMetadataExtended {
|
||||
|
||||
Reference in New Issue
Block a user